Html Css Color HEX #494904 Verdun Green

📋 copy color: '#494904'

red 73 ◦ green 73 ◦ blue 4

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

Shades of Verdun Green #494904

Tints of Verdun Green #494904

RGB

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

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

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

R = 48.67%
G = 48.67%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#494904 (or 0x494904) is known color: Verdun Green. HEX triplet: 49, 49 and 04. RGB value is (73,73,4). Sum of RGB (Red+Green+Blue) = 73+73+4=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494904 is #B6B6FB. Grayscale: #414141. Windows color (decimal): -11974396 or 280905. OLE color: 280905.

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

Color convert

RGB 73 73 4 -
CMYK 0 0 0.95 0.71
HSL 60º 0.9% 0.15% -
HSV(B) 60º 0.95% 0.29% -
XYZ 5.15 6.19 1.04 -
YUV 65.13 93.5 133.61 -
System Red Green Blue C M Y K H S L
Decimal 73 73 4 0 0 0.95 0.71 60 0.9 0.15
Hex 49 49 4 0 0 5F 47 3C 5A F
Octal 111 111 4 0 0 137 107 74 132 17
Binary 1001001 1001001 100 0 0 1011111 1000111 111100 1011010 1111

Color Harmonies of #494904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494904

Black with #494904

Text Example


Text Example

White with #494904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494904; }

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

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

background-color css

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

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

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

border-color css

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

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

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