#559369

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

Shades of Ocean Green #559369

Tints of Ocean Green #559369

Color information

#559369 (or 0x559369) is unknown color: approx Ocean Green. HEX triplet: 55, 93 and 69. RGB value is (85,147,105). Sum of RGB (Red+Green+Blue) = 85+147+105=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #559369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559369 is #AA6C96. Grayscale: #7B7B7B. Windows color (decimal): -11168919 or 6918997. OLE color: 6918997.

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

Color convert

RGB85147105-
CMYK0.4200.290.42
HSL139.35º26.72%45.49%-
HSV(B)139.35º42.18%57.65%-
XYZ16.7323.8217.08-
YUV123.67117.46100.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 147 (57.81% from 255) = 43.62%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=25.22%
G=43.62%
B=31.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851471050.4200.290.42139.3526.7245.49
Hex5593692A01D2A8b1b2d
Octal12522315152035522133355
Binary10101011001001111010011010100111011010101000101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559369; }

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

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

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

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

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

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

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

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