Html Css Color HEX #495716 Verdun Green

📋 copy color: '#495716'

red 73 ◦ green 87 ◦ blue 22

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

Shades of Verdun Green #495716

Tints of Verdun Green #495716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 47.8%

 BLUE value IS 22 (8.98% from 255) = 12.09%

R = 40.11%
G = 47.8%
B = 12.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#495716 (or 0x495716) is known color: Verdun Green. HEX triplet: 49, 57 and 16. RGB value is (73,87,22). Sum of RGB (Red+Green+Blue) = 73+87+22=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 87 (34.38% from 255 or 47.80% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 87 - color contains mainly: green. Hex color #495716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495716 is #B6A8E9. Grayscale: #4B4B4B. Windows color (decimal): -11970794 or 1464137. OLE color: 1464137.

HSL color Cylindrical-coordinate representation of color #495716: hue angle of 72.92º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #495716 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 87 22 -
CMYK 0.16 0 0.75 0.66
HSL 72.92º 0.6% 0.21% -
HSV(B) 72.92º 0.75% 0.34% -
XYZ 6.3 8.29 2.03 -
YUV 75.4 97.86 126.29 -
System Red Green Blue C M Y K H S L
Decimal 73 87 22 0.16 0 0.75 0.66 72.92 0.6 0.21
Hex 49 57 16 10 0 4B 42 49 3C 15
Octal 111 127 26 20 0 113 102 111 74 25
Binary 1001001 1010111 10110 10000 0 1001011 1000010 1001001 111100 10101

Color Harmonies of #495716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495716

Black with #495716

Text Example


Text Example

White with #495716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495716; }

 p { color: rgb(73,87,22); }

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

background-color css

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

 a { background-color: rgb(73,87,22); }

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

border-color css

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

 span { border-color: rgb(73,87,22); }

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