Html Css Color HEX #495011 Verdun Green

📋 copy color: '#495011'

red 73 ◦ green 80 ◦ blue 17

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

Shades of Verdun Green #495011

Tints of Verdun Green #495011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.06%

 BLUE value IS 17 (7.03% from 255) = 10%

R = 42.94%
G = 47.06%
B = 10%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#495011 (or 0x495011) is known color: Verdun Green. HEX triplet: 49, 50 and 11. RGB value is (73,80,17). Sum of RGB (Red+Green+Blue) = 73+80+17=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #495011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495011 is #B6AFEE. Grayscale: #464646. Windows color (decimal): -11972591 or 1134665. OLE color: 1134665.

HSL color Cylindrical-coordinate representation of color #495011: hue angle of 66.67º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #495011 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 80 17 -
CMYK 0.09 0 0.79 0.69
HSL 66.67º 0.65% 0.19% -
HSV(B) 66.67º 0.79% 0.31% -
XYZ 5.72 7.19 1.62 -
YUV 70.73 97.68 129.62 -
System Red Green Blue C M Y K H S L
Decimal 73 80 17 0.09 0 0.79 0.69 66.67 0.65 0.19
Hex 49 50 11 9 0 4F 45 43 41 13
Octal 111 120 21 11 0 117 105 103 101 23
Binary 1001001 1010000 10001 1001 0 1001111 1000101 1000011 1000001 10011

Color Harmonies of #495011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495011

Black with #495011

Text Example


Text Example

White with #495011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495011; }

 p { color: rgb(73,80,17); }

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

background-color css

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

 a { background-color: rgb(73,80,17); }

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

border-color css

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

 span { border-color: rgb(73,80,17); }

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