Html Css Color HEX #494811 Verdun Green

📋 copy color: '#494811'

red 73 ◦ green 72 ◦ blue 17

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

Shades of Verdun Green #494811

Tints of Verdun Green #494811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.44%

 BLUE value IS 17 (7.03% from 255) = 10.49%

R = 45.06%
G = 44.44%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#494811 (or 0x494811) is known color: Verdun Green. HEX triplet: 49, 48 and 11. RGB value is (73,72,17). Sum of RGB (Red+Green+Blue) = 73+72+17=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #494811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494811 is #B6B7EE. Grayscale: #424242. Windows color (decimal): -11974639 or 1132617. OLE color: 1132617.

HSL color Cylindrical-coordinate representation of color #494811: hue angle of 58.93º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #494811 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 72 17 -
CMYK 0 0.01 0.77 0.71
HSL 58.93º 0.62% 0.18% -
HSV(B) 58.93º 0.77% 0.29% -
XYZ 5.17 6.09 1.43 -
YUV 66.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 73 72 17 0 0.01 0.77 0.71 58.93 0.62 0.18
Hex 49 48 11 0 1 4D 47 3B 3E 12
Octal 111 110 21 0 1 115 107 73 76 22
Binary 1001001 1001000 10001 0 1 1001101 1000111 111011 111110 10010

Color Harmonies of #494811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494811

Black with #494811

Text Example


Text Example

White with #494811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494811; }

 p { color: rgb(73,72,17); }

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

background-color css

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

 a { background-color: rgb(73,72,17); }

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

border-color css

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

 span { border-color: rgb(73,72,17); }

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