#559770

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

Shades of Ocean Green #559770

Tints of Ocean Green #559770

Color information

#559770 (or 0x559770) is unknown color: approx Ocean Green. HEX triplet: 55, 97 and 70. RGB value is (85,151,112). Sum of RGB (Red+Green+Blue) = 85+151+112=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #559770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559770 is #AA688F. Grayscale: #7E7E7E. Windows color (decimal): -11167888 or 7378773. OLE color: 7378773.

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

Color convert

RGB85151112-
CMYK0.4400.260.41
HSL144.55º27.97%46.27%-
HSV(B)144.55º43.71%59.22%-
XYZ17.7425.2319.27-
YUV126.82119.6398.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 151 (59.38% from 255) = 43.39%
BLUE value IS 112 (44.14% from 255) = 32.18%
R=24.43%
G=43.39%
B=32.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851511120.4400.260.41144.5527.9746.27
Hex5597702C01A29911c2e
Octal12522716054032512213456
Binary10101011001011111100001011000110101010011001000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559770; }

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

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

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

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

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

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

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

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