#559269

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

Shades of Ocean Green #559269

Tints of Ocean Green #559269

Color information

#559269 (or 0x559269) is unknown color: approx Ocean Green. HEX triplet: 55, 92 and 69. RGB value is (85,146,105). Sum of RGB (Red+Green+Blue) = 85+146+105=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #559269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559269 is #AA6D96. Grayscale: #7B7B7B. Windows color (decimal): -11169175 or 6918741. OLE color: 6918741.

HSL color Cylindrical-coordinate representation of color #559269: hue angle of 139.67º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559269 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB85146105-
CMYK0.4200.280.43
HSL139.67º26.41%45.29%-
HSV(B)139.67º41.78%57.25%-
XYZ16.5823.5117.03-
YUV123.09117.79100.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 146 (57.42% from 255) = 43.45%
BLUE value IS 105 (41.41% from 255) = 31.25%
R=25.30%
G=43.45%
B=31.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851461050.4200.280.43139.6726.4145.29
Hex5592692A01C2B8c1a2d
Octal12522215152034532143255
Binary10101011001001011010011010100111001010111000110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559269; }

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

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

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

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

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

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

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

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