Html Css Color HEX #496414 Verdun Green

📋 copy color: '#496414'

red 73 ◦ green 100 ◦ blue 20

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

Shades of Verdun Green #496414

Tints of Verdun Green #496414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.36%

R = 37.82%
G = 51.81%
B = 10.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.8

 K value IS 0.61

RGB Variations

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

Color information

#496414 (or 0x496414) is known color: Verdun Green. HEX triplet: 49, 64 and 14. RGB value is (73,100,20). Sum of RGB (Red+Green+Blue) = 73+100+20=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 100 (39.45% from 255 or 51.81% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 100 - color contains mainly: green. Hex color #496414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496414 is #B69BEB. Grayscale: #535353. Windows color (decimal): -11967468 or 1336393. OLE color: 1336393.

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

Color convert

RGB 73 100 20 -
CMYK 0.27 0 0.8 0.61
HSL 80.25º 0.67% 0.24% -
HSV(B) 80.25º 0.8% 0.39% -
XYZ 7.43 10.58 2.31 -
YUV 82.81 92.55 121 -
System Red Green Blue C M Y K H S L
Decimal 73 100 20 0.27 0 0.8 0.61 80.25 0.67 0.24
Hex 49 64 14 1B 0 50 3D 50 43 18
Octal 111 144 24 33 0 120 75 120 103 30
Binary 1001001 1100100 10100 11011 0 1010000 111101 1010000 1000011 11000

Color Harmonies of #496414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496414

Black with #496414

Text Example


Text Example

White with #496414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496414; }

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

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

background-color css

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

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

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

border-color css

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

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

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