#559670

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

Shades of Ocean Green #559670

Tints of Ocean Green #559670

Color information

#559670 (or 0x559670) is unknown color: approx Ocean Green. HEX triplet: 55, 96 and 70. RGB value is (85,150,112). Sum of RGB (Red+Green+Blue) = 85+150+112=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #559670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559670 is #AA698F. Grayscale: #7E7E7E. Windows color (decimal): -11168144 or 7378517. OLE color: 7378517.

HSL color Cylindrical-coordinate representation of color #559670: hue angle of 144.92º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559670 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB85150112-
CMYK0.4300.250.41
HSL144.92º27.66%46.08%-
HSV(B)144.92º43.33%58.82%-
XYZ17.5824.9119.21-
YUV126.23119.9798.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 150 (58.98% from 255) = 43.23%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=24.50%
G=43.23%
B=32.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851501120.4300.250.41144.9227.6646.08
Hex5596702B01929911c2e
Octal12522616053031512213456
Binary10101011001011011100001010110110011010011001000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559670; }

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

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

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

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

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

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

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

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