#556304

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

Shades of Verdun Green #556304

Tints of Verdun Green #556304

Color information

#556304 (or 0x556304) is unknown color: approx Verdun Green. HEX triplet: 55, 63 and 04. RGB value is (85,99,4). Sum of RGB (Red+Green+Blue) = 85+99+4=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #556304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556304 is #AA9CFB. Grayscale: #545454. Windows color (decimal): -11181308 or 287573. OLE color: 287573.

HSL color Cylindrical-coordinate representation of color #556304: hue angle of 68.84º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #556304 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB85994-
CMYK0.1400.960.61
HSL68.84º92.23%20.2%-
HSV(B)68.84º95.96%38.82%-
XYZ8.2310.861.78-
YUV83.9882.86128.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 99 (39.06% from 255) = 52.66%
BLUE value IS 4 (1.95% from 255) = 2.13%
R=45.21%
G=52.66%
B=2.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal859940.1400.960.6168.8492.2320.2
Hex55634E0603D455c14
Octal12514341601407510513424
Binary101010111000111001110011000001111011000101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556304; }

 p { color: rgb(85,99,4); }

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

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

 a { background-color: rgb(85,99,4); }

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

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

 span { border-color: rgb(85,99,4); }

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