#556800

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

Shades of Verdun Green #556800

Tints of Verdun Green #556800

Color information

#556800 (or 0x556800) is unknown color: approx Verdun Green. HEX triplet: 55, 68 and 00. RGB value is (85,104,0). Sum of RGB (Red+Green+Blue) = 85+104+0=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #556800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556800 is #AA97FF. Grayscale: #565656. Windows color (decimal): -11180032 or 26709. OLE color: 26709.

HSL color Cylindrical-coordinate representation of color #556800: hue angle of 70.96º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #556800 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB851040-
CMYK0.18010.59
HSL70.96º100%20.39%-
HSV(B)70.96º100%40.78%-
XYZ8.711.831.83-
YUV86.4679.21126.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 104 (41.02% from 255) = 55.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.97%
G=55.03%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8510400.18010.5970.9610020.39
Hex55680120643B476414
Octal12515002201447310714424
Binary10101011101000010010011001001110111000111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556800; }

 p { color: rgb(85,104,0); }

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

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

 a { background-color: rgb(85,104,0); }

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

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

 span { border-color: rgb(85,104,0); }

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