Html Css Color HEX #494605 Verdun Green

📋 copy color: '#494605'

red 73 ◦ green 70 ◦ blue 5

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

Shades of Verdun Green #494605

Tints of Verdun Green #494605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.38%

R = 49.32%
G = 47.3%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#494605 (or 0x494605) is known color: Verdun Green. HEX triplet: 49, 46 and 05. RGB value is (73,70,5). Sum of RGB (Red+Green+Blue) = 73+70+5=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #494605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494605 is #B6B9FA. Grayscale: #3F3F3F. Windows color (decimal): -11975163 or 345673. OLE color: 345673.

HSL color Cylindrical-coordinate representation of color #494605: hue angle of 57.35º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #494605 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 70 5 -
CMYK 0 0.04 0.93 0.71
HSL 57.35º 0.87% 0.15% -
HSV(B) 57.35º 0.93% 0.29% -
XYZ 4.97 5.81 1 -
YUV 63.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 73 70 5 0 0.04 0.93 0.71 57.35 0.87 0.15
Hex 49 46 5 0 4 5D 47 39 57 F
Octal 111 106 5 0 4 135 107 71 127 17
Binary 1001001 1000110 101 0 100 1011101 1000111 111001 1010111 1111

Color Harmonies of #494605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494605

Black with #494605

Text Example


Text Example

White with #494605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494605; }

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

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

background-color css

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

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

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

border-color css

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

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

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