Html Css Color HEX #494709 Verdun Green

📋 copy color: '#494709'

red 73 ◦ green 71 ◦ blue 9

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

Shades of Verdun Green #494709

Tints of Verdun Green #494709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.88%

R = 47.71%
G = 46.41%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#494709 (or 0x494709) is known color: Verdun Green. HEX triplet: 49, 47 and 09. RGB value is (73,71,9). Sum of RGB (Red+Green+Blue) = 73+71+9=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #494709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494709 is #B6B8F6. Grayscale: #404040. Windows color (decimal): -11974903 or 608073. OLE color: 608073.

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

Color convert

RGB 73 71 9 -
CMYK 0 0.03 0.88 0.71
HSL 58.13º 0.78% 0.16% -
HSV(B) 58.13º 0.88% 0.29% -
XYZ 5.05 5.94 1.14 -
YUV 64.53 96.66 134.04 -
System Red Green Blue C M Y K H S L
Decimal 73 71 9 0 0.03 0.88 0.71 58.13 0.78 0.16
Hex 49 47 9 0 3 58 47 3A 4E 10
Octal 111 107 11 0 3 130 107 72 116 20
Binary 1001001 1000111 1001 0 11 1011000 1000111 111010 1001110 10000

Color Harmonies of #494709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494709

Black with #494709

Text Example


Text Example

White with #494709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494709; }

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

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

background-color css

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

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

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

border-color css

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

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

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