#4EA472

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

Shades of Ocean Green #4EA472

Tints of Ocean Green #4EA472

Color information

#4EA472 (or 0x4EA472) is unknown color: approx Ocean Green. HEX triplet: 4E, A4 and 72. RGB value is (78,164,114). Sum of RGB (Red+Green+Blue) = 78+164+114=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #4EA472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA472 is #B15B8D. Grayscale: #848484. Windows color (decimal): -11623310 or 7513166. OLE color: 7513166.

HSL color Cylindrical-coordinate representation of color #4EA472: hue angle of 145.12º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA472 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB78164114-
CMYK0.5200.300.36
HSL145.12º35.54%47.45%-
HSV(B)145.12º52.44%64.31%-
XYZ19.4529.3920.57-
YUV132.59117.5189.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.91%
GREEN value IS 164 (64.45% from 255) = 46.07%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=21.91%
G=46.07%
B=32.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal781641140.5200.300.36145.1235.5447.45
Hex4EA4723401E2491242f
Octal11624416264036442214457
Binary100111010100100111001011010001111010010010010001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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