Html Css Color HEX #495611 Verdun Green

📋 copy color: '#495611'

red 73 ◦ green 86 ◦ blue 17

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

Shades of Verdun Green #495611

Tints of Verdun Green #495611

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.86%

 BLUE value IS 17 (7.03% from 255) = 9.66%

R = 41.48%
G = 48.86%
B = 9.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#495611 (or 0x495611) is known color: Verdun Green. HEX triplet: 49, 56 and 11. RGB value is (73,86,17). Sum of RGB (Red+Green+Blue) = 73+86+17=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #495611 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495611 is #B6A9EE. Grayscale: #4A4A4A. Windows color (decimal): -11971055 or 1136201. OLE color: 1136201.

HSL color Cylindrical-coordinate representation of color #495611: hue angle of 71.3º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #495611 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 86 17 -
CMYK 0.15 0 0.80 0.66
HSL 71.3º 0.67% 0.2% -
HSV(B) 71.3º 0.8% 0.34% -
XYZ 6.18 8.11 1.77 -
YUV 74.25 95.69 127.11 -
System Red Green Blue C M Y K H S L
Decimal 73 86 17 0.15 0 0.80 0.66 71.3 0.67 0.2
Hex 49 56 11 F 0 50 42 47 43 14
Octal 111 126 21 17 0 120 102 107 103 24
Binary 1001001 1010110 10001 1111 0 1010000 1000010 1000111 1000011 10100

Color Harmonies of #495611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495611

Black with #495611

Text Example


Text Example

White with #495611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495611; }

 p { color: rgb(73,86,17); }

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

background-color css

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

 a { background-color: rgb(73,86,17); }

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

border-color css

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

 span { border-color: rgb(73,86,17); }

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