#559368

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

Shades of Ocean Green #559368

Tints of Ocean Green #559368

Color information

#559368 (or 0x559368) is unknown color: approx Ocean Green. HEX triplet: 55, 93 and 68. RGB value is (85,147,104). Sum of RGB (Red+Green+Blue) = 85+147+104=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #559368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559368 is #AA6C97. Grayscale: #7B7B7B. Windows color (decimal): -11168920 or 6853461. OLE color: 6853461.

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

Color convert

RGB85147104-
CMYK0.4200.290.42
HSL138.39º26.72%45.49%-
HSV(B)138.39º42.18%57.65%-
XYZ16.6823.816.81-
YUV123.56116.96100.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 147 (57.81% from 255) = 43.75%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=25.30%
G=43.75%
B=30.95%

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
Decimal851471040.4200.290.42138.3926.7245.49
Hex5593682A01D2A8a1b2d
Octal12522315052035522123355
Binary10101011001001111010001010100111011010101000101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559368; }

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

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

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

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

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

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

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

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