#556412

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

Shades of Verdun Green #556412

Tints of Verdun Green #556412

Color information

#556412 (or 0x556412) is unknown color: approx Verdun Green. HEX triplet: 55, 64 and 12. RGB value is (85,100,18). Sum of RGB (Red+Green+Blue) = 85+100+18=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 100 (39.45% from 255 or 49.26% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 100 - color contains mainly: green. Hex color #556412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556412 is #AA9BED. Grayscale: #565656. Windows color (decimal): -11181038 or 1205333. OLE color: 1205333.

HSL color Cylindrical-coordinate representation of color #556412: hue angle of 70.98º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #556412 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB8510018-
CMYK0.1500.820.61
HSL70.98º69.49%23.14%-
HSV(B)70.98º82%39.22%-
XYZ8.4111.092.27-
YUV86.1789.53127.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 100 (39.45% from 255) = 49.26%
BLUE value IS 18 (7.42% from 255) = 8.87%
R=41.87%
G=49.26%
B=8.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85100180.1500.820.6170.9869.4923.14
Hex556412F0523D474517
Octal125144221701227510710527
Binary10101011100100100101111010100101111011000111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556412; }

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

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

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

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

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

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

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

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