#555D04

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

Shades of Verdun Green #555D04

Tints of Verdun Green #555D04

Color information

#555D04 (or 0x555D04) is unknown color: approx Verdun Green. HEX triplet: 55, 5D and 04. RGB value is (85,93,4). Sum of RGB (Red+Green+Blue) = 85+93+4=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #555D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555D04 is #AAA2FB. Grayscale: #505050. Windows color (decimal): -11182844 or 286037. OLE color: 286037.

HSL color Cylindrical-coordinate representation of color #555D04: hue angle of 65.39º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #555D04 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB85934-
CMYK0.0900.960.64
HSL65.39º91.75%19.02%-
HSV(B)65.39º95.7%36.47%-
XYZ7.689.771.6-
YUV80.4684.85131.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 93 (36.72% from 255) = 51.10%
BLUE value IS 4 (1.95% from 255) = 2.20%
R=46.70%
G=51.10%
B=2.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal859340.0900.960.6465.3991.7519.02
Hex555D4906040415c13
Octal125135411014010010113423
Binary1010101101110110010010110000010000001000001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555D04; }

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

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

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

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

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

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

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

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