#559874

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

Shades of Ocean Green #559874

Tints of Ocean Green #559874

Color information

#559874 (or 0x559874) is unknown color: approx Ocean Green. HEX triplet: 55, 98 and 74. RGB value is (85,152,116). Sum of RGB (Red+Green+Blue) = 85+152+116=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #559874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559874 is #AA678B. Grayscale: #7F7F7F. Windows color (decimal): -11167628 or 7641173. OLE color: 7641173.

HSL color Cylindrical-coordinate representation of color #559874: hue angle of 147.76º 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 #559874 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB85152116-
CMYK0.4400.240.40
HSL147.76º28.27%46.47%-
HSV(B)147.76º44.08%59.61%-
XYZ18.1325.6520.52-
YUV127.86121.397.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 152 (59.77% from 255) = 43.06%
BLUE value IS 116 (45.70% from 255) = 32.86%
R=24.08%
G=43.06%
B=32.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521160.4400.240.40147.7628.2746.47
Hex5598742C01828941c2e
Octal12523016454030502243456
Binary10101011001100011101001011000110001010001001010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559874; }

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

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

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

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

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

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

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

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