Html Css Color HEX #495406 Verdun Green

📋 copy color: '#495406'

red 73 ◦ green 84 ◦ blue 6

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

Shades of Verdun Green #495406

Tints of Verdun Green #495406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.68%

R = 44.79%
G = 51.53%
B = 3.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#495406 (or 0x495406) is known color: Verdun Green. HEX triplet: 49, 54 and 06. RGB value is (73,84,6). Sum of RGB (Red+Green+Blue) = 73+84+6=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #495406 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495406 is #B6ABF9. Grayscale: #484848. Windows color (decimal): -11971578 or 414793. OLE color: 414793.

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

Color convert

RGB 73 84 6 -
CMYK 0.13 0 0.93 0.67
HSL 68.46º 0.87% 0.18% -
HSV(B) 68.46º 0.93% 0.33% -
XYZ 5.95 7.77 1.36 -
YUV 71.82 90.86 128.84 -
System Red Green Blue C M Y K H S L
Decimal 73 84 6 0.13 0 0.93 0.67 68.46 0.87 0.18
Hex 49 54 6 D 0 5D 43 44 57 12
Octal 111 124 6 15 0 135 103 104 127 22
Binary 1001001 1010100 110 1101 0 1011101 1000011 1000100 1010111 10010

Color Harmonies of #495406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495406

Black with #495406

Text Example


Text Example

White with #495406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495406; }

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

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

background-color css

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

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

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

border-color css

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

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

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