Html Css Color HEX #496804 Verdun Green

📋 copy color: '#496804'

red 73 ◦ green 104 ◦ blue 4

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

Shades of Verdun Green #496804

Tints of Verdun Green #496804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 57.46%

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

R = 40.33%
G = 57.46%
B = 2.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#496804 (or 0x496804) is known color: Verdun Green. HEX triplet: 49, 68 and 04. RGB value is (73,104,4). Sum of RGB (Red+Green+Blue) = 73+104+4=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #496804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496804 is #B697FB. Grayscale: #535353. Windows color (decimal): -11966460 or 288841. OLE color: 288841.

HSL color Cylindrical-coordinate representation of color #496804: hue angle of 78.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #496804 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 4 -
CMYK 0.30 0 0.96 0.59
HSL 78.6º 0.93% 0.21% -
HSV(B) 78.6º 0.96% 0.41% -
XYZ 7.72 11.33 1.89 -
YUV 83.33 83.23 120.63 -
System Red Green Blue C M Y K H S L
Decimal 73 104 4 0.30 0 0.96 0.59 78.6 0.93 0.21
Hex 49 68 4 1E 0 60 3B 4F 5D 15
Octal 111 150 4 36 0 140 73 117 135 25
Binary 1001001 1101000 100 11110 0 1100000 111011 1001111 1011101 10101

Color Harmonies of #496804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496804

Black with #496804

Text Example


Text Example

White with #496804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496804; }

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

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

background-color css

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

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

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

border-color css

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

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

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