#559D69

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

Shades of Ocean Green #559D69

Tints of Ocean Green #559D69

Color information

#559D69 (or 0x559D69) is unknown color: approx Ocean Green. HEX triplet: 55, 9D and 69. RGB value is (85,157,105). Sum of RGB (Red+Green+Blue) = 85+157+105=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 157 - color contains mainly: green. Hex color #559D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559D69 is #AA6296. Grayscale: #818181. Windows color (decimal): -11166359 or 6921557. OLE color: 6921557.

HSL color Cylindrical-coordinate representation of color #559D69: hue angle of 136.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559D69 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB85157105-
CMYK0.4600.330.38
HSL136.67º29.75%47.45%-
HSV(B)136.67º45.86%61.57%-
XYZ18.3527.0717.62-
YUV129.54114.1596.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 157 (61.72% from 255) = 45.24%
BLUE value IS 105 (41.41% from 255) = 30.26%
R=24.50%
G=45.24%
B=30.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851571050.4600.330.38136.6729.7547.45
Hex559D692E02126891e2f
Octal12523515156041462113657
Binary101010110011101110100110111001000011001101000100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559D69; }

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

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

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

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

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

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

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

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