#556100

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

Shades of Verdun Green #556100

Tints of Verdun Green #556100

Color information

#556100 (or 0x556100) is unknown color: approx Verdun Green. HEX triplet: 55, 61 and 00. RGB value is (85,97,0). Sum of RGB (Red+Green+Blue) = 85+97+0=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #556100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556100 is #AA9EFF. Grayscale: #525252. Windows color (decimal): -11181824 or 24917. OLE color: 24917.

HSL color Cylindrical-coordinate representation of color #556100: hue angle of 67.42º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #556100 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB85970-
CMYK0.12010.62
HSL67.42º100%19.02%-
HSV(B)67.42º100%38.04%-
XYZ8.0210.481.6-
YUV82.3581.52129.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 97 (38.28% from 255) = 53.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.70%
G=53.30%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal859700.12010.6267.4210019.02
Hex55610C0643E436413
Octal12514101401447610314423
Binary1010101110000101100011001001111101000011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556100; }

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

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

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

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

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

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

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

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