Html Css Color HEX #495419 Verdun Green

📋 copy color: '#495419'

red 73 ◦ green 84 ◦ blue 25

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

Shades of Verdun Green #495419

Tints of Verdun Green #495419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.15%

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

R = 40.11%
G = 46.15%
B = 13.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#495419 (or 0x495419) is known color: Verdun Green. HEX triplet: 49, 54 and 19. RGB value is (73,84,25). Sum of RGB (Red+Green+Blue) = 73+84+25=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #495419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495419 is #B6ABE6. Grayscale: #4A4A4A. Windows color (decimal): -11971559 or 1659977. OLE color: 1659977.

HSL color Cylindrical-coordinate representation of color #495419: hue angle of 71.19º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #495419 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 84 25 -
CMYK 0.13 0 0.70 0.67
HSL 71.19º 0.54% 0.21% -
HSV(B) 71.19º 0.7% 0.33% -
XYZ 6.09 7.83 2.11 -
YUV 73.99 100.36 127.3 -
System Red Green Blue C M Y K H S L
Decimal 73 84 25 0.13 0 0.70 0.67 71.19 0.54 0.21
Hex 49 54 19 D 0 46 43 47 36 15
Octal 111 124 31 15 0 106 103 107 66 25
Binary 1001001 1010100 11001 1101 0 1000110 1000011 1000111 110110 10101

Color Harmonies of #495419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495419

Black with #495419

Text Example


Text Example

White with #495419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495419; }

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

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

background-color css

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

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

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

border-color css

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

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

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