Html Css Color HEX #495913 Verdun Green

📋 copy color: '#495913'

red 73 ◦ green 89 ◦ blue 19

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

Shades of Verdun Green #495913

Tints of Verdun Green #495913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 49.17%

 BLUE value IS 19 (7.81% from 255) = 10.5%

R = 40.33%
G = 49.17%
B = 10.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#495913 (or 0x495913) is known color: Verdun Green. HEX triplet: 49, 59 and 13. RGB value is (73,89,19). Sum of RGB (Red+Green+Blue) = 73+89+19=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #495913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495913 is #B6A6EC. Grayscale: #4C4C4C. Windows color (decimal): -11970285 or 1268041. OLE color: 1268041.

HSL color Cylindrical-coordinate representation of color #495913: hue angle of 73.71º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #495913 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 19 -
CMYK 0.18 0 0.79 0.65
HSL 73.71º 0.65% 0.21% -
HSV(B) 73.71º 0.79% 0.35% -
XYZ 6.44 8.61 1.94 -
YUV 76.24 95.7 125.69 -
System Red Green Blue C M Y K H S L
Decimal 73 89 19 0.18 0 0.79 0.65 73.71 0.65 0.21
Hex 49 59 13 12 0 4F 41 4A 41 15
Octal 111 131 23 22 0 117 101 112 101 25
Binary 1001001 1011001 10011 10010 0 1001111 1000001 1001010 1000001 10101

Color Harmonies of #495913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495913

Black with #495913

Text Example


Text Example

White with #495913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495913; }

 p { color: rgb(73,89,19); }

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

background-color css

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

 a { background-color: rgb(73,89,19); }

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

border-color css

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

 span { border-color: rgb(73,89,19); }

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