#556231

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

Shades of Dark Olive Green #556231

Tints of Dark Olive Green #556231

Color information

#556231 (or 0x556231) is unknown color: approx Dark Olive Green. HEX triplet: 55, 62 and 31. RGB value is (85,98,49). Sum of RGB (Red+Green+Blue) = 85+98+49=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #556231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556231 is #AA9DCE. Grayscale: #585858. Windows color (decimal): -11181519 or 3236437. OLE color: 3236437.

HSL color Cylindrical-coordinate representation of color #556231: hue angle of 75.92º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #556231 is Cyan = 0.13, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB859849-
CMYK0.1300.50.62
HSL75.92º33.33%28.82%-
HSV(B)75.92º50%38.43%-
XYZ8.6710.894.55-
YUV88.53105.69125.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 49 (19.53% from 255) = 21.12%
R=36.64%
G=42.24%
B=21.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598490.1300.50.6275.9233.3328.82
Hex556231D0323E4c211d
Octal1251426115062761144135
Binary1010101110001011000111010110010111110100110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556231; }

 p { color: rgb(85,98,49); }

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

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

 a { background-color: rgb(85,98,49); }

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

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

 span { border-color: rgb(85,98,49); }

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