Html Css Color HEX #495614 Verdun Green

📋 copy color: '#495614'

red 73 ◦ green 86 ◦ blue 20

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

Shades of Verdun Green #495614

Tints of Verdun Green #495614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.17%

R = 40.78%
G = 48.04%
B = 11.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#495614 (or 0x495614) is known color: Verdun Green. HEX triplet: 49, 56 and 14. RGB value is (73,86,20). Sum of RGB (Red+Green+Blue) = 73+86+20=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 86 - color contains mainly: green. Hex color #495614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495614 is #B6A9EB. Grayscale: #4A4A4A. Windows color (decimal): -11971052 or 1332809. OLE color: 1332809.

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

Color convert

RGB 73 86 20 -
CMYK 0.15 0 0.77 0.66
HSL 71.82º 0.62% 0.21% -
HSV(B) 71.82º 0.77% 0.34% -
XYZ 6.2 8.12 1.9 -
YUV 74.59 97.19 126.87 -
System Red Green Blue C M Y K H S L
Decimal 73 86 20 0.15 0 0.77 0.66 71.82 0.62 0.21
Hex 49 56 14 F 0 4D 42 48 3E 15
Octal 111 126 24 17 0 115 102 110 76 25
Binary 1001001 1010110 10100 1111 0 1001101 1000010 1001000 111110 10101

Color Harmonies of #495614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495614

Black with #495614

Text Example


Text Example

White with #495614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495614; }

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

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

background-color css

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

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

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

border-color css

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

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

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