Html Css Color HEX #495409 Verdun Green

📋 copy color: '#495409'

red 73 ◦ green 84 ◦ blue 9

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

Shades of Verdun Green #495409

Tints of Verdun Green #495409

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.6%

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

R = 43.98%
G = 50.6%
B = 5.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#495409 (or 0x495409) is known color: Verdun Green. HEX triplet: 49, 54 and 09. RGB value is (73,84,9). Sum of RGB (Red+Green+Blue) = 73+84+9=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #495409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495409 is #B6ABF6. Grayscale: #484848. Windows color (decimal): -11971575 or 611401. OLE color: 611401.

HSL color Cylindrical-coordinate representation of color #495409: hue angle of 68.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #495409 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 84 9 -
CMYK 0.13 0 0.89 0.67
HSL 68.8º 0.81% 0.18% -
HSV(B) 68.8º 0.89% 0.33% -
XYZ 5.97 7.78 1.45 -
YUV 72.16 92.36 128.6 -
System Red Green Blue C M Y K H S L
Decimal 73 84 9 0.13 0 0.89 0.67 68.8 0.81 0.18
Hex 49 54 9 D 0 59 43 45 51 12
Octal 111 124 11 15 0 131 103 105 121 22
Binary 1001001 1010100 1001 1101 0 1011001 1000011 1000101 1010001 10010

Color Harmonies of #495409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495409

Black with #495409

Text Example


Text Example

White with #495409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495409; }

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

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

background-color css

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

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

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

border-color css

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

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

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