Html Css Color HEX #496404 Verdun Green

📋 copy color: '#496404'

red 73 ◦ green 100 ◦ blue 4

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

Shades of Verdun Green #496404

Tints of Verdun Green #496404

RGB

 RED value IS 73 (28.91% from 255) = 41.24%

 GREEN value IS 100 (39.45% from 255) = 56.5%

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

R = 41.24%
G = 56.5%
B = 2.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#496404 (or 0x496404) is known color: Verdun Green. HEX triplet: 49, 64 and 04. RGB value is (73,100,4). Sum of RGB (Red+Green+Blue) = 73+100+4=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 100 (39.45% from 255 or 56.50% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 100 - color contains mainly: green. Hex color #496404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496404 is #B69BFB. Grayscale: #515151. Windows color (decimal): -11967484 or 287817. OLE color: 287817.

HSL color Cylindrical-coordinate representation of color #496404: hue angle of 76.88º 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 #496404 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 100 4 -
CMYK 0.27 0 0.96 0.61
HSL 76.88º 0.92% 0.2% -
HSV(B) 76.88º 0.96% 0.39% -
XYZ 7.33 10.54 1.76 -
YUV 80.98 84.55 122.31 -
System Red Green Blue C M Y K H S L
Decimal 73 100 4 0.27 0 0.96 0.61 76.88 0.92 0.2
Hex 49 64 4 1B 0 60 3D 4D 5C 14
Octal 111 144 4 33 0 140 75 115 134 24
Binary 1001001 1100100 100 11011 0 1100000 111101 1001101 1011100 10100

Color Harmonies of #496404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496404

Black with #496404

Text Example


Text Example

White with #496404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496404; }

 p { color: rgb(73,100,4); }

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

background-color css

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

 a { background-color: rgb(73,100,4); }

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

border-color css

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

 span { border-color: rgb(73,100,4); }

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