#559C6D

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

Shades of Ocean Green #559C6D

Tints of Ocean Green #559C6D

Color information

#559C6D (or 0x559C6D) is unknown color: approx Ocean Green. HEX triplet: 55, 9C and 6D. RGB value is (85,156,109). Sum of RGB (Red+Green+Blue) = 85+156+109=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 156 - color contains mainly: green. Hex color #559C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C6D is #AA6392. Grayscale: #818181. Windows color (decimal): -11166611 or 7183445. OLE color: 7183445.

HSL color Cylindrical-coordinate representation of color #559C6D: hue angle of 140.28º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C6D is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB85156109-
CMYK0.4600.300.39
HSL140.28º29.46%47.25%-
HSV(B)140.28º45.51%61.18%-
XYZ18.426.8118.67-
YUV129.41116.4896.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.29%
GREEN value IS 156 (61.33% from 255) = 44.57%
BLUE value IS 109 (42.97% from 255) = 31.14%
R=24.29%
G=44.57%
B=31.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851561090.4600.300.39140.2829.4647.25
Hex559C6D2E01E278c1d2f
Octal12523415556036472143557
Binary10101011001110011011011011100111101001111000110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,156,109); }

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

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

 a { background-color: rgb(85,156,109); }

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

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

 span { border-color: rgb(85,156,109); }

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