#559970

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

Shades of Ocean Green #559970

Tints of Ocean Green #559970

Color information

#559970 (or 0x559970) is unknown color: approx Ocean Green. HEX triplet: 55, 99 and 70. RGB value is (85,153,112). Sum of RGB (Red+Green+Blue) = 85+153+112=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #559970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559970 is #AA668F. Grayscale: #808080. Windows color (decimal): -11167376 or 7379285. OLE color: 7379285.

HSL color Cylindrical-coordinate representation of color #559970: hue angle of 143.82º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559970 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB85153112-
CMYK0.4400.270.4
HSL143.82º28.57%46.67%-
HSV(B)143.82º44.44%60%-
XYZ18.0625.8819.37-
YUV127.99118.9797.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.29%
GREEN value IS 153 (60.16% from 255) = 43.71%
BLUE value IS 112 (44.14% from 255) = 32%
R=24.29%
G=43.71%
B=32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851531120.4400.270.4143.8228.5746.67
Hex5599702C01B28901d2f
Octal12523116054033502203557
Binary10101011001100111100001011000110111010001001000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559970; }

 p { color: rgb(85,153,112); }

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

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

 a { background-color: rgb(85,153,112); }

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

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

 span { border-color: rgb(85,153,112); }

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