Html Css Color HEX #494701 Verdun Green

📋 copy color: '#494701'

red 73 ◦ green 71 ◦ blue 1

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

Shades of Verdun Green #494701

Tints of Verdun Green #494701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.97%

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

R = 50.34%
G = 48.97%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#494701 (or 0x494701) is known color: Verdun Green. HEX triplet: 49, 47 and 01. RGB value is (73,71,1). Sum of RGB (Red+Green+Blue) = 73+71+1=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #494701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494701 is #B6B8FE. Grayscale: #3F3F3F. Windows color (decimal): -11974911 or 83785. OLE color: 83785.

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

Color convert

RGB 73 71 1 -
CMYK 0 0.03 0.99 0.71
HSL 58.33º 0.97% 0.15% -
HSV(B) 58.33º 0.99% 0.29% -
XYZ 5.01 5.93 0.91 -
YUV 63.62 92.66 134.69 -
System Red Green Blue C M Y K H S L
Decimal 73 71 1 0 0.03 0.99 0.71 58.33 0.97 0.15
Hex 49 47 1 0 3 63 47 3A 61 F
Octal 111 107 1 0 3 143 107 72 141 17
Binary 1001001 1000111 1 0 11 1100011 1000111 111010 1100001 1111

Color Harmonies of #494701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494701

Black with #494701

Text Example


Text Example

White with #494701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494701; }

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

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

background-color css

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

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

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

border-color css

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

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

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