#556439

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

Shades of Dark Olive Green #556439

Tints of Dark Olive Green #556439

Color information

#556439 (or 0x556439) is unknown color: approx Dark Olive Green. HEX triplet: 55, 64 and 39. RGB value is (85,100,57). Sum of RGB (Red+Green+Blue) = 85+100+57=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 100 - color contains mainly: green. Hex color #556439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556439 is #AA9BC6. Grayscale: #5A5A5A. Windows color (decimal): -11180999 or 3761237. OLE color: 3761237.

HSL color Cylindrical-coordinate representation of color #556439: hue angle of 80.93º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #556439 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB8510057-
CMYK0.1500.430.61
HSL80.93º27.39%30.78%-
HSV(B)80.93º43%39.22%-
XYZ9.0411.345.58-
YUV90.61109.03124-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 100 (39.45% from 255) = 41.32%
BLUE value IS 57 (22.66% from 255) = 23.55%
R=35.12%
G=41.32%
B=23.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85100570.1500.430.6180.9327.3930.78
Hex556439F02B3D511b1f
Octal1251447117053751213337
Binary101010111001001110011111010101111110110100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556439; }

 p { color: rgb(85,100,57); }

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

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

 a { background-color: rgb(85,100,57); }

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

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

 span { border-color: rgb(85,100,57); }

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