Html Css Color HEX #494509 Verdun Green

📋 copy color: '#494509'

red 73 ◦ green 69 ◦ blue 9

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

Shades of Verdun Green #494509

Tints of Verdun Green #494509

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.7%

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

R = 48.34%
G = 45.7%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#494509 (or 0x494509) is known color: Verdun Green. HEX triplet: 49, 45 and 09. RGB value is (73,69,9). Sum of RGB (Red+Green+Blue) = 73+69+9=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #494509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494509 is #B6BAF6. Grayscale: #3F3F3F. Windows color (decimal): -11975415 or 607561. OLE color: 607561.

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

Color convert

RGB 73 69 9 -
CMYK 0 0.05 0.88 0.71
HSL 56.25º 0.78% 0.16% -
HSV(B) 56.25º 0.88% 0.29% -
XYZ 4.93 5.69 1.1 -
YUV 63.36 97.33 134.88 -
System Red Green Blue C M Y K H S L
Decimal 73 69 9 0 0.05 0.88 0.71 56.25 0.78 0.16
Hex 49 45 9 0 5 58 47 38 4E 10
Octal 111 105 11 0 5 130 107 70 116 20
Binary 1001001 1000101 1001 0 101 1011000 1000111 111000 1001110 10000

Color Harmonies of #494509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494509

Black with #494509

Text Example


Text Example

White with #494509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494509; }

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

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

background-color css

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

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

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

border-color css

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

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

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