#4EA672

Color #4EA672 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4EA672

Tints of Ocean Green #4EA672

Color information

#4EA672 (or 0x4EA672) is unknown color: approx Ocean Green. HEX triplet: 4E, A6 and 72. RGB value is (78,166,114). Sum of RGB (Red+Green+Blue) = 78+166+114=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 166 - color contains mainly: green. Hex color #4EA672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA672 is #B1598D. Grayscale: #858585. Windows color (decimal): -11622798 or 7513678. OLE color: 7513678.

HSL color Cylindrical-coordinate representation of color #4EA672: hue angle of 144.55º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4EA672 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB78166114-
CMYK0.5300.310.35
HSL144.55º36.07%47.84%-
HSV(B)144.55º53.01%65.1%-
XYZ19.8230.1120.69-
YUV133.76116.8588.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 21.79%
GREEN value IS 166 (65.23% from 255) = 46.37%
BLUE value IS 114 (44.92% from 255) = 31.84%
R=21.79%
G=46.37%
B=31.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal781661140.5300.310.35144.5536.0747.84
Hex4EA6723501F23912430
Octal11624616265037432214460
Binary100111010100110111001011010101111110001110010001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EA672; }

 p { color: rgb(78,166,114); }

 H1.HeaderClassName
 {
   color: #4EA672;
 }
 .AnyTagClassName
 {
   color: #4EA672;
 }
</style>
background-color css

<style>
 a { background-color: #4EA672; }

 a { background-color: rgb(78,166,114); }

 div.DivClassName
 {
   background-color: #4EA672;
 }
 .BgClassName
 {
   background-color: #4EA672;
 }
</style>
border-color css

<style>
 span { border-color: #4EA672; }

 span { border-color: rgb(78,166,114); }

 td.TdClassName
 {
   border-color: #4EA672;
 }
 .TagClassName
 {
   border-color: #4EA672;
 }
</style>