Html Css Color HEX #496417 Verdun Green

📋 copy color: '#496417'

red 73 ◦ green 100 ◦ blue 23

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

Shades of Verdun Green #496417

Tints of Verdun Green #496417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.73%

R = 37.24%
G = 51.02%
B = 11.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#496417 (or 0x496417) is known color: Verdun Green. HEX triplet: 49, 64 and 17. RGB value is (73,100,23). Sum of RGB (Red+Green+Blue) = 73+100+23=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 100 (39.45% from 255 or 51.02% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 100 - color contains mainly: green. Hex color #496417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496417 is #B69BE8. Grayscale: #535353. Windows color (decimal): -11967465 or 1533001. OLE color: 1533001.

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

Color convert

RGB 73 100 23 -
CMYK 0.27 0 0.77 0.61
HSL 81.04º 0.63% 0.24% -
HSV(B) 81.04º 0.77% 0.39% -
XYZ 7.46 10.59 2.46 -
YUV 83.15 94.05 120.76 -
System Red Green Blue C M Y K H S L
Decimal 73 100 23 0.27 0 0.77 0.61 81.04 0.63 0.24
Hex 49 64 17 1B 0 4D 3D 51 3F 18
Octal 111 144 27 33 0 115 75 121 77 30
Binary 1001001 1100100 10111 11011 0 1001101 111101 1010001 111111 11000

Color Harmonies of #496417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496417

Black with #496417

Text Example


Text Example

White with #496417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496417; }

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

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

background-color css

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

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

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

border-color css

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

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

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