Html Css Color HEX #494810 Verdun Green

📋 copy color: '#494810'

red 73 ◦ green 72 ◦ blue 16

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

Shades of Verdun Green #494810

Tints of Verdun Green #494810

RGB

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

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

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

R = 45.34%
G = 44.72%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#494810 (or 0x494810) is known color: Verdun Green. HEX triplet: 49, 48 and 10. RGB value is (73,72,16). Sum of RGB (Red+Green+Blue) = 73+72+16=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #494810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494810 is #B6B7EF. Grayscale: #424242. Windows color (decimal): -11974640 or 1067081. OLE color: 1067081.

HSL color Cylindrical-coordinate representation of color #494810: hue angle of 58.95º 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 #494810 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 72 16 -
CMYK 0 0.01 0.78 0.71
HSL 58.95º 0.64% 0.17% -
HSV(B) 58.95º 0.78% 0.29% -
XYZ 5.16 6.09 1.39 -
YUV 65.92 99.83 133.05 -
System Red Green Blue C M Y K H S L
Decimal 73 72 16 0 0.01 0.78 0.71 58.95 0.64 0.17
Hex 49 48 10 0 1 4E 47 3B 40 11
Octal 111 110 20 0 1 116 107 73 100 21
Binary 1001001 1001000 10000 0 1 1001110 1000111 111011 1000000 10001

Color Harmonies of #494810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494810

Black with #494810

Text Example


Text Example

White with #494810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494810; }

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

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

background-color css

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

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

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

border-color css

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

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

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