Html Css Color HEX #495116 Verdun Green

📋 copy color: '#495116'

red 73 ◦ green 81 ◦ blue 22

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

Shades of Verdun Green #495116

Tints of Verdun Green #495116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.02%

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

R = 41.48%
G = 46.02%
B = 12.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#495116 (or 0x495116) is known color: Verdun Green. HEX triplet: 49, 51 and 16. RGB value is (73,81,22). Sum of RGB (Red+Green+Blue) = 73+81+22=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #495116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495116 is #B6AEE9. Grayscale: #484848. Windows color (decimal): -11972330 or 1462601. OLE color: 1462601.

HSL color Cylindrical-coordinate representation of color #495116: hue angle of 68.14º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #495116 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 81 22 -
CMYK 0.10 0 0.73 0.68
HSL 68.14º 0.57% 0.2% -
HSV(B) 68.14º 0.73% 0.32% -
XYZ 5.83 7.36 1.87 -
YUV 71.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 73 81 22 0.10 0 0.73 0.68 68.14 0.57 0.2
Hex 49 51 16 A 0 49 44 44 39 14
Octal 111 121 26 12 0 111 104 104 71 24
Binary 1001001 1010001 10110 1010 0 1001001 1000100 1000100 111001 10100

Color Harmonies of #495116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495116

Black with #495116

Text Example


Text Example

White with #495116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495116; }

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

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

background-color css

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

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

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

border-color css

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

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

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