Html Css Color HEX #495413 Verdun Green

📋 copy color: '#495413'

red 73 ◦ green 84 ◦ blue 19

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

Shades of Verdun Green #495413

Tints of Verdun Green #495413

RGB

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

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

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

R = 41.48%
G = 47.73%
B = 10.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#495413 (or 0x495413) is known color: Verdun Green. HEX triplet: 49, 54 and 13. RGB value is (73,84,19). Sum of RGB (Red+Green+Blue) = 73+84+19=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #495413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495413 is #B6ABEC. Grayscale: #494949. Windows color (decimal): -11971565 or 1266761. OLE color: 1266761.

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

Color convert

RGB 73 84 19 -
CMYK 0.13 0 0.77 0.67
HSL 70.15º 0.63% 0.2% -
HSV(B) 70.15º 0.77% 0.33% -
XYZ 6.04 7.8 1.8 -
YUV 73.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 73 84 19 0.13 0 0.77 0.67 70.15 0.63 0.2
Hex 49 54 13 D 0 4D 43 46 3F 14
Octal 111 124 23 15 0 115 103 106 77 24
Binary 1001001 1010100 10011 1101 0 1001101 1000011 1000110 111111 10100

Color Harmonies of #495413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495413

Black with #495413

Text Example


Text Example

White with #495413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495413; }

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

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

background-color css

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

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

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

border-color css

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

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

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