Html Css Color HEX #495609 Verdun Green

📋 copy color: '#495609'

red 73 ◦ green 86 ◦ blue 9

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

Shades of Verdun Green #495609

Tints of Verdun Green #495609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.36%

R = 43.45%
G = 51.19%
B = 5.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#495609 (or 0x495609) is known color: Verdun Green. HEX triplet: 49, 56 and 09. RGB value is (73,86,9). Sum of RGB (Red+Green+Blue) = 73+86+9=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 86 (33.98% from 255 or 51.19% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 86 - color contains mainly: green. Hex color #495609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495609 is #B6A9F6. Grayscale: #494949. Windows color (decimal): -11971063 or 611913. OLE color: 611913.

HSL color Cylindrical-coordinate representation of color #495609: hue angle of 70.13º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #495609 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 86 9 -
CMYK 0.15 0 0.90 0.66
HSL 70.13º 0.81% 0.19% -
HSV(B) 70.13º 0.9% 0.34% -
XYZ 6.12 8.09 1.5 -
YUV 73.34 91.69 127.76 -
System Red Green Blue C M Y K H S L
Decimal 73 86 9 0.15 0 0.90 0.66 70.13 0.81 0.19
Hex 49 56 9 F 0 5A 42 46 51 13
Octal 111 126 11 17 0 132 102 106 121 23
Binary 1001001 1010110 1001 1111 0 1011010 1000010 1000110 1010001 10011

Color Harmonies of #495609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495609

Black with #495609

Text Example


Text Example

White with #495609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495609; }

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

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

background-color css

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

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

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

border-color css

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

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

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