Html Css Color HEX #494610 Verdun Green

📋 copy color: '#494610'

red 73 ◦ green 70 ◦ blue 16

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

Shades of Verdun Green #494610

Tints of Verdun Green #494610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.03%

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

R = 45.91%
G = 44.03%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#494610 (or 0x494610) is known color: Verdun Green. HEX triplet: 49, 46 and 10. RGB value is (73,70,16). Sum of RGB (Red+Green+Blue) = 73+70+16=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #494610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494610 is #B6B9EF. Grayscale: #404040. Windows color (decimal): -11975152 or 1066569. OLE color: 1066569.

HSL color Cylindrical-coordinate representation of color #494610: hue angle of 56.84º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #494610 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 70 16 -
CMYK 0 0.04 0.78 0.71
HSL 56.84º 0.64% 0.17% -
HSV(B) 56.84º 0.78% 0.29% -
XYZ 5.03 5.83 1.35 -
YUV 64.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 73 70 16 0 0.04 0.78 0.71 56.84 0.64 0.17
Hex 49 46 10 0 4 4E 47 39 40 11
Octal 111 106 20 0 4 116 107 71 100 21
Binary 1001001 1000110 10000 0 100 1001110 1000111 111001 1000000 10001

Color Harmonies of #494610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494610

Black with #494610

Text Example


Text Example

White with #494610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494610; }

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

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

background-color css

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

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

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

border-color css

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

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

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