Html Css Color HEX #494804 Verdun Green

📋 copy color: '#494804'

red 73 ◦ green 72 ◦ blue 4

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

Shades of Verdun Green #494804

Tints of Verdun Green #494804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.68%

R = 48.99%
G = 48.32%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#494804 (or 0x494804) is known color: Verdun Green. HEX triplet: 49, 48 and 04. RGB value is (73,72,4). Sum of RGB (Red+Green+Blue) = 73+72+4=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #494804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494804 is #B6B7FB. Grayscale: #404040. Windows color (decimal): -11974652 or 280649. OLE color: 280649.

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

Color convert

RGB 73 72 4 -
CMYK 0 0.01 0.95 0.71
HSL 59.13º 0.9% 0.15% -
HSV(B) 59.13º 0.95% 0.29% -
XYZ 5.09 6.06 1.02 -
YUV 64.55 93.83 134.03 -
System Red Green Blue C M Y K H S L
Decimal 73 72 4 0 0.01 0.95 0.71 59.13 0.9 0.15
Hex 49 48 4 0 1 5F 47 3B 5A F
Octal 111 110 4 0 1 137 107 73 132 17
Binary 1001001 1001000 100 0 1 1011111 1000111 111011 1011010 1111

Color Harmonies of #494804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494804

Black with #494804

Text Example


Text Example

White with #494804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494804; }

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

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

background-color css

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

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

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

border-color css

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

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

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