Html Css Color HEX #556204 Verdun Green

📋 copy color: '#556204'

red 85 ◦ green 98 ◦ blue 4

#556204
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #556204

Tints of Verdun Green #556204

RGB

 RED value IS 85 (33.59% from 255) = 45.45%

 GREEN value IS 98 (38.67% from 255) = 52.41%

 BLUE value IS 4 (1.95% from 255) = 2.14%

R = 45.45%
G = 52.41%
B = 2.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#556204 (or 0x556204) is known color: Verdun Green. HEX triplet: 55, 62 and 04. RGB value is (85,98,4). Sum of RGB (Red+Green+Blue) = 85+98+4=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #556204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556204 is #AA9DFB. Grayscale: #535353. Windows color (decimal): -11181564 or 287317. OLE color: 287317.

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

Color convert

RGB 85 98 4 -
CMYK 0.13 0 0.96 0.62
HSL 68.3º 0.92% 0.2% -
HSV(B) 68.3º 0.96% 0.38% -
XYZ 8.14 10.68 1.75 -
YUV 83.4 83.19 129.14 -
System Red Green Blue C M Y K H S L
Decimal 85 98 4 0.13 0 0.96 0.62 68.3 0.92 0.2
Hex 55 62 4 D 0 60 3E 44 5C 14
Octal 125 142 4 15 0 140 76 104 134 24
Binary 1010101 1100010 100 1101 0 1100000 111110 1000100 1011100 10100

Color Harmonies of #556204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556204

Black with #556204

Text Example


Text Example

White with #556204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556204; }

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

 H1.HeaderClassName
 {
   color: #556204;
 }
 .AnyTagClassName
 {
   color: #556204;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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