#559868

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

Shades of Ocean Green #559868

Tints of Ocean Green #559868

Color information

#559868 (or 0x559868) is unknown color: approx Ocean Green. HEX triplet: 55, 98 and 68. RGB value is (85,152,104). Sum of RGB (Red+Green+Blue) = 85+152+104=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #559868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559868 is #AA6797. Grayscale: #7E7E7E. Windows color (decimal): -11167640 or 6854741. OLE color: 6854741.

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

Color convert

RGB85152104-
CMYK0.4400.320.40
HSL137.01º28.27%46.47%-
HSV(B)137.01º44.08%59.61%-
XYZ17.4725.3917.08-
YUV126.49115.398.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.93%
GREEN value IS 152 (59.77% from 255) = 44.57%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=24.93%
G=44.57%
B=30.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521040.4400.320.40137.0128.2746.47
Hex5598682C02028891c2e
Octal12523015054040502113456
Binary101010110011000110100010110001000001010001000100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559868; }

 p { color: rgb(85,152,104); }

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

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

 a { background-color: rgb(85,152,104); }

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

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

 span { border-color: rgb(85,152,104); }

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