Html Css Color HEX #496410 Verdun Green

📋 copy color: '#496410'

red 73 ◦ green 100 ◦ blue 16

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

Shades of Verdun Green #496410

Tints of Verdun Green #496410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.47%

R = 38.62%
G = 52.91%
B = 8.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#496410 (or 0x496410) is known color: Verdun Green. HEX triplet: 49, 64 and 10. RGB value is (73,100,16). Sum of RGB (Red+Green+Blue) = 73+100+16=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 100 (39.45% from 255 or 52.91% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 100 - color contains mainly: green. Hex color #496410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496410 is #B69BEF. Grayscale: #525252. Windows color (decimal): -11967472 or 1074249. OLE color: 1074249.

HSL color Cylindrical-coordinate representation of color #496410: hue angle of 79.29º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #496410 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 100 16 -
CMYK 0.27 0 0.84 0.61
HSL 79.29º 0.72% 0.23% -
HSV(B) 79.29º 0.84% 0.39% -
XYZ 7.4 10.57 2.14 -
YUV 82.35 90.55 121.33 -
System Red Green Blue C M Y K H S L
Decimal 73 100 16 0.27 0 0.84 0.61 79.29 0.72 0.23
Hex 49 64 10 1B 0 54 3D 4F 48 17
Octal 111 144 20 33 0 124 75 117 110 27
Binary 1001001 1100100 10000 11011 0 1010100 111101 1001111 1001000 10111

Color Harmonies of #496410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496410

Black with #496410

Text Example


Text Example

White with #496410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496410; }

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

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

background-color css

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

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

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

border-color css

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

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

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