Html Css Color HEX #495620 Verdun Green

📋 copy color: '#495620'

red 73 ◦ green 86 ◦ blue 32

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

Shades of Verdun Green #495620

Tints of Verdun Green #495620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.75%

R = 38.22%
G = 45.03%
B = 16.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#495620 (or 0x495620) is known color: Verdun Green. HEX triplet: 49, 56 and 20. RGB value is (73,86,32). Sum of RGB (Red+Green+Blue) = 73+86+32=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 86 - color contains mainly: green. Hex color #495620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495620 is #B6A9DF. Grayscale: #4C4C4C. Windows color (decimal): -11971040 or 2119241. OLE color: 2119241.

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

Color convert

RGB 73 86 32 -
CMYK 0.15 0 0.63 0.66
HSL 74.44º 0.46% 0.23% -
HSV(B) 74.44º 0.63% 0.34% -
XYZ 6.34 8.18 2.61 -
YUV 75.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 73 86 32 0.15 0 0.63 0.66 74.44 0.46 0.23
Hex 49 56 20 F 0 3F 42 4A 2E 17
Octal 111 126 40 17 0 77 102 112 56 27
Binary 1001001 1010110 100000 1111 0 111111 1000010 1001010 101110 10111

Color Harmonies of #495620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495620

Black with #495620

Text Example


Text Example

White with #495620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495620; }

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

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

background-color css

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

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

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

border-color css

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

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

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