Html Css Color HEX #494712 Verdun Green

📋 copy color: '#494712'

red 73 ◦ green 71 ◦ blue 18

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

Shades of Verdun Green #494712

Tints of Verdun Green #494712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.83%

 BLUE value IS 18 (7.42% from 255) = 11.11%

R = 45.06%
G = 43.83%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#494712 (or 0x494712) is known color: Verdun Green. HEX triplet: 49, 47 and 12. RGB value is (73,71,18). Sum of RGB (Red+Green+Blue) = 73+71+18=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #494712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494712 is #B6B8ED. Grayscale: #414141. Windows color (decimal): -11974894 or 1197897. OLE color: 1197897.

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

Color convert

RGB 73 71 18 -
CMYK 0 0.03 0.75 0.71
HSL 57.82º 0.6% 0.18% -
HSV(B) 57.82º 0.75% 0.29% -
XYZ 5.11 5.97 1.45 -
YUV 65.56 101.16 133.31 -
System Red Green Blue C M Y K H S L
Decimal 73 71 18 0 0.03 0.75 0.71 57.82 0.6 0.18
Hex 49 47 12 0 3 4B 47 3A 3C 12
Octal 111 107 22 0 3 113 107 72 74 22
Binary 1001001 1000111 10010 0 11 1001011 1000111 111010 111100 10010

Color Harmonies of #494712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494712

Black with #494712

Text Example


Text Example

White with #494712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494712; }

 p { color: rgb(73,71,18); }

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

background-color css

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

 a { background-color: rgb(73,71,18); }

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

border-color css

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

 span { border-color: rgb(73,71,18); }

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