Html Css Color HEX #494607 Verdun Green

📋 copy color: '#494607'

red 73 ◦ green 70 ◦ blue 7

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

Shades of Verdun Green #494607

Tints of Verdun Green #494607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.67%

R = 48.67%
G = 46.67%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#494607 (or 0x494607) is known color: Verdun Green. HEX triplet: 49, 46 and 07. RGB value is (73,70,7). Sum of RGB (Red+Green+Blue) = 73+70+7=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #494607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494607 is #B6B9F8. Grayscale: #3F3F3F. Windows color (decimal): -11975161 or 476745. OLE color: 476745.

HSL color Cylindrical-coordinate representation of color #494607: hue angle of 57.27º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #494607 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 70 7 -
CMYK 0 0.04 0.90 0.71
HSL 57.27º 0.83% 0.16% -
HSV(B) 57.27º 0.9% 0.29% -
XYZ 4.98 5.81 1.06 -
YUV 63.72 95.99 134.62 -
System Red Green Blue C M Y K H S L
Decimal 73 70 7 0 0.04 0.90 0.71 57.27 0.83 0.16
Hex 49 46 7 0 4 5A 47 39 52 10
Octal 111 106 7 0 4 132 107 71 122 20
Binary 1001001 1000110 111 0 100 1011010 1000111 111001 1010010 10000

Color Harmonies of #494607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494607

Black with #494607

Text Example


Text Example

White with #494607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494607; }

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

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

background-color css

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

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

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

border-color css

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

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

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