Html Css Color HEX #494A01 Verdun Green

📋 copy color: '#494A01'

red 73 ◦ green 74 ◦ blue 1

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

Shades of Verdun Green #494A01

Tints of Verdun Green #494A01

RGB

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

 GREEN value IS 74 (29.3% from 255) = 50%

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

R = 49.32%
G = 50%
B = 0.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#494A01 (or 0x494A01) is known color: Verdun Green. HEX triplet: 49, 4A and 01. RGB value is (73,74,1). Sum of RGB (Red+Green+Blue) = 73+74+1=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 74 (29.30% from 255 or 50% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 74 - color contains mainly: green. Hex color #494A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494A01 is #B6B5FE. Grayscale: #414141. Windows color (decimal): -11974143 or 84553. OLE color: 84553.

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

Color convert

RGB 73 74 1 -
CMYK 0.01 0 0.99 0.71
HSL 60.82º 0.97% 0.15% -
HSV(B) 60.82º 0.99% 0.29% -
XYZ 5.2 6.32 0.97 -
YUV 65.38 91.67 133.44 -
System Red Green Blue C M Y K H S L
Decimal 73 74 1 0.01 0 0.99 0.71 60.82 0.97 0.15
Hex 49 4A 1 1 0 63 47 3D 61 F
Octal 111 112 1 1 0 143 107 75 141 17
Binary 1001001 1001010 1 1 0 1100011 1000111 111101 1100001 1111

Color Harmonies of #494A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494A01

Black with #494A01

Text Example


Text Example

White with #494A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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