Html Css Color HEX #495010 Verdun Green

📋 copy color: '#495010'

red 73 ◦ green 80 ◦ blue 16

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

Shades of Verdun Green #495010

Tints of Verdun Green #495010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.47%

R = 43.2%
G = 47.34%
B = 9.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#495010 (or 0x495010) is known color: Verdun Green. HEX triplet: 49, 50 and 10. RGB value is (73,80,16). Sum of RGB (Red+Green+Blue) = 73+80+16=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #495010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495010 is #B6AFEF. Grayscale: #464646. Windows color (decimal): -11972592 or 1069129. OLE color: 1069129.

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

Color convert

RGB 73 80 16 -
CMYK 0.09 0 0.80 0.69
HSL 66.56º 0.67% 0.19% -
HSV(B) 66.56º 0.8% 0.31% -
XYZ 5.71 7.19 1.58 -
YUV 70.61 97.18 129.7 -
System Red Green Blue C M Y K H S L
Decimal 73 80 16 0.09 0 0.80 0.69 66.56 0.67 0.19
Hex 49 50 10 9 0 50 45 43 43 13
Octal 111 120 20 11 0 120 105 103 103 23
Binary 1001001 1010000 10000 1001 0 1010000 1000101 1000011 1000011 10011

Color Harmonies of #495010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495010

Black with #495010

Text Example


Text Example

White with #495010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495010; }

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

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

background-color css

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

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

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

border-color css

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

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

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