#556531

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

Shades of Dark Olive Green #556531

Tints of Dark Olive Green #556531

Color information

#556531 (or 0x556531) is unknown color: approx Dark Olive Green. HEX triplet: 55, 65 and 31. RGB value is (85,101,49). Sum of RGB (Red+Green+Blue) = 85+101+49=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 101 - color contains mainly: green. Hex color #556531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556531 is #AA9ACE. Grayscale: #5A5A5A. Windows color (decimal): -11180751 or 3237205. OLE color: 3237205.

HSL color Cylindrical-coordinate representation of color #556531: hue angle of 78.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #556531 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB8510149-
CMYK0.1600.510.60
HSL78.46º34.67%29.41%-
HSV(B)78.46º51.49%39.61%-
XYZ8.9511.464.65-
YUV90.29104.7124.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 101 (39.84% from 255) = 42.98%
BLUE value IS 49 (19.53% from 255) = 20.85%
R=36.17%
G=42.98%
B=20.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85101490.1600.510.6078.4634.6729.41
Hex556531100333C4e231d
Octal1251456120063741164335
Binary10101011100101110001100000110011111100100111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556531; }

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

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

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

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

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

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

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

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