Html Css Color HEX #494801 Verdun Green

📋 copy color: '#494801'

red 73 ◦ green 72 ◦ blue 1

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

Shades of Verdun Green #494801

Tints of Verdun Green #494801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 49.32%

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#494801 (or 0x494801) is known color: Verdun Green. HEX triplet: 49, 48 and 01. RGB value is (73,72,1). Sum of RGB (Red+Green+Blue) = 73+72+1=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #494801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494801 is #B6B7FE. Grayscale: #404040. Windows color (decimal): -11974655 or 84041. OLE color: 84041.

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

Color convert

RGB 73 72 1 -
CMYK 0 0.01 0.99 0.71
HSL 59.17º 0.97% 0.15% -
HSV(B) 59.17º 0.99% 0.29% -
XYZ 5.07 6.05 0.93 -
YUV 64.21 92.33 134.27 -
System Red Green Blue C M Y K H S L
Decimal 73 72 1 0 0.01 0.99 0.71 59.17 0.97 0.15
Hex 49 48 1 0 1 63 47 3B 61 F
Octal 111 110 1 0 1 143 107 73 141 17
Binary 1001001 1001000 1 0 1 1100011 1000111 111011 1100001 1111

Color Harmonies of #494801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494801

Black with #494801

Text Example


Text Example

White with #494801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494801; }

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

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

background-color css

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

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

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

border-color css

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

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

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