Html Css Color HEX #494901 Verdun Green

📋 copy color: '#494901'

red 73 ◦ green 73 ◦ blue 1

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

Shades of Verdun Green #494901

Tints of Verdun Green #494901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 49.66%

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

R = 49.66%
G = 49.66%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#494901 (or 0x494901) is known color: Verdun Green. HEX triplet: 49, 49 and 01. RGB value is (73,73,1). Sum of RGB (Red+Green+Blue) = 73+73+1=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494901 is #B6B6FE. Grayscale: #414141. Windows color (decimal): -11974399 or 84297. OLE color: 84297.

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

Color convert

RGB 73 73 1 -
CMYK 0 0 0.99 0.71
HSL 60º 0.97% 0.15% -
HSV(B) 60º 0.99% 0.29% -
XYZ 5.14 6.18 0.95 -
YUV 64.79 92 133.85 -
System Red Green Blue C M Y K H S L
Decimal 73 73 1 0 0 0.99 0.71 60 0.97 0.15
Hex 49 49 1 0 0 63 47 3C 61 F
Octal 111 111 1 0 0 143 107 74 141 17
Binary 1001001 1001001 1 0 0 1100011 1000111 111100 1100001 1111

Color Harmonies of #494901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494901

Black with #494901

Text Example


Text Example

White with #494901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494901; }

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

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

background-color css

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

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

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

border-color css

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

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

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