Html Css Color HEX #496418 Verdun Green

📋 copy color: '#496418'

red 73 ◦ green 100 ◦ blue 24

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

Shades of Verdun Green #496418

Tints of Verdun Green #496418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.18%

R = 37.06%
G = 50.76%
B = 12.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#496418 (or 0x496418) is known color: Verdun Green. HEX triplet: 49, 64 and 18. RGB value is (73,100,24). Sum of RGB (Red+Green+Blue) = 73+100+24=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 100 (39.45% from 255 or 50.76% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 100 - color contains mainly: green. Hex color #496418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496418 is #B69BE7. Grayscale: #535353. Windows color (decimal): -11967464 or 1598537. OLE color: 1598537.

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

Color convert

RGB 73 100 24 -
CMYK 0.27 0 0.76 0.61
HSL 81.32º 0.61% 0.24% -
HSV(B) 81.32º 0.76% 0.39% -
XYZ 7.47 10.6 2.52 -
YUV 83.26 94.55 120.68 -
System Red Green Blue C M Y K H S L
Decimal 73 100 24 0.27 0 0.76 0.61 81.32 0.61 0.24
Hex 49 64 18 1B 0 4C 3D 51 3D 18
Octal 111 144 30 33 0 114 75 121 75 30
Binary 1001001 1100100 11000 11011 0 1001100 111101 1010001 111101 11000

Color Harmonies of #496418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496418

Black with #496418

Text Example


Text Example

White with #496418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496418; }

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

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

background-color css

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

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

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

border-color css

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

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

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