Html Css Color HEX #494609 Verdun Green

📋 copy color: '#494609'

red 73 ◦ green 70 ◦ blue 9

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

Shades of Verdun Green #494609

Tints of Verdun Green #494609

RGB

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

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

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

R = 48.03%
G = 46.05%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#494609 (or 0x494609) is known color: Verdun Green. HEX triplet: 49, 46 and 09. RGB value is (73,70,9). Sum of RGB (Red+Green+Blue) = 73+70+9=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #494609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494609 is #B6B9F6. Grayscale: #404040. Windows color (decimal): -11975159 or 607817. OLE color: 607817.

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

Color convert

RGB 73 70 9 -
CMYK 0 0.04 0.88 0.71
HSL 57.19º 0.78% 0.16% -
HSV(B) 57.19º 0.88% 0.29% -
XYZ 4.99 5.82 1.12 -
YUV 63.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 73 70 9 0 0.04 0.88 0.71 57.19 0.78 0.16
Hex 49 46 9 0 4 58 47 39 4E 10
Octal 111 106 11 0 4 130 107 71 116 20
Binary 1001001 1000110 1001 0 100 1011000 1000111 111001 1001110 10000

Color Harmonies of #494609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494609

Black with #494609

Text Example


Text Example

White with #494609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494609; }

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

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

background-color css

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

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

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

border-color css

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

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

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