#559570

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

Shades of Ocean Green #559570

Tints of Ocean Green #559570

Color information

#559570 (or 0x559570) is unknown color: approx Ocean Green. HEX triplet: 55, 95 and 70. RGB value is (85,149,112). Sum of RGB (Red+Green+Blue) = 85+149+112=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #559570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559570 is #AA6A8F. Grayscale: #7D7D7D. Windows color (decimal): -11168400 or 7378261. OLE color: 7378261.

HSL color Cylindrical-coordinate representation of color #559570: hue angle of 145.31º 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 #559570 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB85149112-
CMYK0.4300.250.42
HSL145.31º27.35%45.88%-
HSV(B)145.31º42.95%58.43%-
XYZ17.4224.619.16-
YUV125.65120.399.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 149 (58.59% from 255) = 43.06%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=24.57%
G=43.06%
B=32.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851491120.4300.250.42145.3127.3545.88
Hex5595702B0192A911b2e
Octal12522516053031522213356
Binary10101011001010111100001010110110011010101001000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559570; }

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

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

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

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

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

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

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

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