Html Css Color HEX #496319 Verdun Green

📋 copy color: '#496319'

red 73 ◦ green 99 ◦ blue 25

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

Shades of Verdun Green #496319

Tints of Verdun Green #496319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 50.25%

 BLUE value IS 25 (10.16% from 255) = 12.69%

R = 37.06%
G = 50.25%
B = 12.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#496319 (or 0x496319) is known color: Verdun Green. HEX triplet: 49, 63 and 19. RGB value is (73,99,25). Sum of RGB (Red+Green+Blue) = 73+99+25=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #496319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496319 is #B69CE6. Grayscale: #535353. Windows color (decimal): -11967719 or 1663817. OLE color: 1663817.

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

Color convert

RGB 73 99 25 -
CMYK 0.26 0 0.75 0.61
HSL 81.08º 0.6% 0.24% -
HSV(B) 81.08º 0.75% 0.39% -
XYZ 7.38 10.41 2.54 -
YUV 82.79 95.39 121.02 -
System Red Green Blue C M Y K H S L
Decimal 73 99 25 0.26 0 0.75 0.61 81.08 0.6 0.24
Hex 49 63 19 1A 0 4B 3D 51 3C 18
Octal 111 143 31 32 0 113 75 121 74 30
Binary 1001001 1100011 11001 11010 0 1001011 111101 1010001 111100 11000

Color Harmonies of #496319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496319

Black with #496319

Text Example


Text Example

White with #496319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496319; }

 p { color: rgb(73,99,25); }

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

background-color css

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

 a { background-color: rgb(73,99,25); }

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

border-color css

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

 span { border-color: rgb(73,99,25); }

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