#559574

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

Shades of Ocean Green #559574

Tints of Ocean Green #559574

Color information

#559574 (or 0x559574) is unknown color: approx Ocean Green. HEX triplet: 55, 95 and 74. RGB value is (85,149,116). Sum of RGB (Red+Green+Blue) = 85+149+116=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #559574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559574 is #AA6A8B. Grayscale: #7E7E7E. Windows color (decimal): -11168396 or 7640405. OLE color: 7640405.

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

Color convert

RGB85149116-
CMYK0.4300.220.42
HSL149.06º27.35%45.88%-
HSV(B)149.06º42.95%58.43%-
XYZ17.6524.6920.36-
YUV126.1122.398.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.29%
GREEN value IS 149 (58.59% from 255) = 42.57%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=24.29%
G=42.57%
B=33.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851491160.4300.220.42149.0627.3545.88
Hex5595742B0162A951b2e
Octal12522516453026522253356
Binary10101011001010111101001010110101101010101001010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559574; }

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

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

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

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

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

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

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

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