Html Css Color HEX #495613 Verdun Green

📋 copy color: '#495613'

red 73 ◦ green 86 ◦ blue 19

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

Shades of Verdun Green #495613

Tints of Verdun Green #495613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.31%

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

R = 41.01%
G = 48.31%
B = 10.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#495613 (or 0x495613) is known color: Verdun Green. HEX triplet: 49, 56 and 13. RGB value is (73,86,19). Sum of RGB (Red+Green+Blue) = 73+86+19=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #495613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495613 is #B6A9EC. Grayscale: #4A4A4A. Windows color (decimal): -11971053 or 1267273. OLE color: 1267273.

HSL color Cylindrical-coordinate representation of color #495613: hue angle of 71.64º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #495613 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 86 19 -
CMYK 0.15 0 0.78 0.66
HSL 71.64º 0.64% 0.21% -
HSV(B) 71.64º 0.78% 0.34% -
XYZ 6.19 8.12 1.86 -
YUV 74.48 96.69 126.95 -
System Red Green Blue C M Y K H S L
Decimal 73 86 19 0.15 0 0.78 0.66 71.64 0.64 0.21
Hex 49 56 13 F 0 4E 42 48 40 15
Octal 111 126 23 17 0 116 102 110 100 25
Binary 1001001 1010110 10011 1111 0 1001110 1000010 1001000 1000000 10101

Color Harmonies of #495613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495613

Black with #495613

Text Example


Text Example

White with #495613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495613; }

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

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

background-color css

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

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

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

border-color css

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

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

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