#556432

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

Shades of Dark Olive Green #556432

Tints of Dark Olive Green #556432

Color information

#556432 (or 0x556432) is unknown color: approx Dark Olive Green. HEX triplet: 55, 64 and 32. RGB value is (85,100,50). Sum of RGB (Red+Green+Blue) = 85+100+50=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 100 - color contains mainly: green. Hex color #556432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556432 is #AA9BCD. Grayscale: #5A5A5A. Windows color (decimal): -11181006 or 3302485. OLE color: 3302485.

HSL color Cylindrical-coordinate representation of color #556432: hue angle of 78º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #556432 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB8510050-
CMYK0.1500.500.61
HSL78º33.33%29.41%-
HSV(B)78º50%39.22%-
XYZ8.8811.284.73-
YUV89.82105.53124.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 100 (39.45% from 255) = 42.55%
BLUE value IS 50 (19.92% from 255) = 21.28%
R=36.17%
G=42.55%
B=21.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85100500.1500.500.617833.3329.41
Hex556432F0323D4e211d
Octal1251446217062751164135
Binary1010101110010011001011110110010111101100111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556432; }

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

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

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

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

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

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

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

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