#559370

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

Shades of Ocean Green #559370

Tints of Ocean Green #559370

Color information

#559370 (or 0x559370) is unknown color: approx Ocean Green. HEX triplet: 55, 93 and 70. RGB value is (85,147,112). Sum of RGB (Red+Green+Blue) = 85+147+112=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #559370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559370 is #AA6C8F. Grayscale: #7C7C7C. Windows color (decimal): -11168912 or 7377749. OLE color: 7377749.

HSL color Cylindrical-coordinate representation of color #559370: hue angle of 146.13º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559370 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB85147112-
CMYK0.4200.240.42
HSL146.13º26.72%45.49%-
HSV(B)146.13º42.18%57.65%-
XYZ17.123.9719.05-
YUV124.47120.9699.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.71%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=24.71%
G=42.73%
B=32.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851471120.4200.240.42146.1326.7245.49
Hex5593702A0182A921b2d
Octal12522316052030522223355
Binary10101011001001111100001010100110001010101001001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559370; }

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

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

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

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

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

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

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

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