#556512

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

Shades of Verdun Green #556512

Tints of Verdun Green #556512

Color information

#556512 (or 0x556512) is unknown color: approx Verdun Green. HEX triplet: 55, 65 and 12. RGB value is (85,101,18). Sum of RGB (Red+Green+Blue) = 85+101+18=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 101 - color contains mainly: green. Hex color #556512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556512 is #AA9AED. Grayscale: #575757. Windows color (decimal): -11180782 or 1205589. OLE color: 1205589.

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

Color convert

RGB8510118-
CMYK0.1600.820.60
HSL71.57º69.75%23.33%-
HSV(B)71.57º82.18%39.61%-
XYZ8.5111.282.3-
YUV86.7589.2126.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 101 (39.84% from 255) = 49.51%
BLUE value IS 18 (7.42% from 255) = 8.82%
R=41.67%
G=49.51%
B=8.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85101180.1600.820.6071.5769.7523.33
Hex556512100523C484617
Octal125145222001227411010627
Binary101010111001011001010000010100101111001001000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556512; }

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

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

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

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

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

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

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

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