Html Css Color HEX #494601 Verdun Green

📋 copy color: '#494601'

red 73 ◦ green 70 ◦ blue 1

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

Shades of Verdun Green #494601

Tints of Verdun Green #494601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.69%

R = 50.69%
G = 48.61%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#494601 (or 0x494601) is known color: Verdun Green. HEX triplet: 49, 46 and 01. RGB value is (73,70,1). Sum of RGB (Red+Green+Blue) = 73+70+1=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #494601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494601 is #B6B9FE. Grayscale: #3F3F3F. Windows color (decimal): -11975167 or 83529. OLE color: 83529.

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

Color convert

RGB 73 70 1 -
CMYK 0 0.04 0.99 0.71
HSL 57.5º 0.97% 0.15% -
HSV(B) 57.5º 0.99% 0.29% -
XYZ 4.94 5.8 0.89 -
YUV 63.03 92.99 135.11 -
System Red Green Blue C M Y K H S L
Decimal 73 70 1 0 0.04 0.99 0.71 57.5 0.97 0.15
Hex 49 46 1 0 4 63 47 3A 61 F
Octal 111 106 1 0 4 143 107 72 141 17
Binary 1001001 1000110 1 0 100 1100011 1000111 111010 1100001 1111

Color Harmonies of #494601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494601

Black with #494601

Text Example


Text Example

White with #494601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494601; }

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

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

background-color css

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

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

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

border-color css

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

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

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