#559876

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

Shades of Ocean Green #559876

Tints of Ocean Green #559876

Color information

#559876 (or 0x559876) is unknown color: approx Ocean Green. HEX triplet: 55, 98 and 76. RGB value is (85,152,118). Sum of RGB (Red+Green+Blue) = 85+152+118=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #559876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559876 is #AA6789. Grayscale: #808080. Windows color (decimal): -11167626 or 7772245. OLE color: 7772245.

HSL color Cylindrical-coordinate representation of color #559876: hue angle of 149.55º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559876 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB85152118-
CMYK0.4400.220.40
HSL149.55º28.27%46.47%-
HSV(B)149.55º44.08%59.61%-
XYZ18.2425.721.14-
YUV128.09122.397.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.94%
GREEN value IS 152 (59.77% from 255) = 42.82%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=23.94%
G=42.82%
B=33.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521180.4400.220.40149.5528.2746.47
Hex5598762C01628961c2e
Octal12523016654026502263456
Binary10101011001100011101101011000101101010001001011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559876; }

 p { color: rgb(85,152,118); }

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

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

 a { background-color: rgb(85,152,118); }

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

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

 span { border-color: rgb(85,152,118); }

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