Html Css Color HEX #494600 Verdun Green

📋 copy color: '#494600'

red 73 ◦ green 70 ◦ blue 0

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

Shades of Verdun Green #494600

Tints of Verdun Green #494600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.05%
G = 48.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#494600 (or 0x494600) is known color: Verdun Green. HEX triplet: 49, 46 and 00. RGB value is (73,70,0). Sum of RGB (Red+Green+Blue) = 73+70+0=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #494600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494600 is #B6B9FF. Grayscale: #3F3F3F. Windows color (decimal): -11975168 or 17993. OLE color: 17993.

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

Color convert

RGB 73 70 0 -
CMYK 0 0.04 1 0.71
HSL 57.53º 1% 0.14% -
HSV(B) 57.53º 1% 0.29% -
XYZ 4.94 5.8 0.86 -
YUV 62.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 73 70 0 0 0.04 1 0.71 57.53 1 0.14
Hex 49 46 0 0 4 64 47 3A 64 E
Octal 111 106 0 0 4 144 107 72 144 16
Binary 1001001 1000110 0 0 100 1100100 1000111 111010 1100100 1110

Color Harmonies of #494600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494600

Black with #494600

Text Example


Text Example

White with #494600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494600; }

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

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

background-color css

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

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

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

border-color css

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

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

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