#4EA466

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

Shades of Ocean Green #4EA466

Tints of Ocean Green #4EA466

Color information

#4EA466 (or 0x4EA466) is unknown color: approx Ocean Green. HEX triplet: 4E, A4 and 66. RGB value is (78,164,102). Sum of RGB (Red+Green+Blue) = 78+164+102=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 164 - color contains mainly: green. Hex color #4EA466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA466 is #B15B99. Grayscale: #838383. Windows color (decimal): -11623322 or 6726734. OLE color: 6726734.

HSL color Cylindrical-coordinate representation of color #4EA466: hue angle of 136.74º 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 #4EA466 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB78164102-
CMYK0.5200.380.36
HSL136.74º35.54%47.45%-
HSV(B)136.74º52.44%64.31%-
XYZ18.8229.1317.2-
YUV131.22111.5190.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.67%
GREEN value IS 164 (64.45% from 255) = 47.67%
BLUE value IS 102 (40.23% from 255) = 29.65%
R=22.67%
G=47.67%
B=29.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal781641020.5200.380.36136.7435.5447.45
Hex4EA466340262489242f
Octal11624414664046442114457
Binary1001110101001001100110110100010011010010010001001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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