Html Css Color HEX #494D04 Verdun Green

📋 copy color: '#494D04'

red 73 ◦ green 77 ◦ blue 4

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

Shades of Verdun Green #494D04

Tints of Verdun Green #494D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 50%

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

R = 47.4%
G = 50%
B = 2.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#494D04 (or 0x494D04) is known color: Verdun Green. HEX triplet: 49, 4D and 04. RGB value is (73,77,4). Sum of RGB (Red+Green+Blue) = 73+77+4=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 77 (30.47% from 255 or 50% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 77 - color contains mainly: green. Hex color #494D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494D04 is #B6B2FB. Grayscale: #434343. Windows color (decimal): -11973372 or 281929. OLE color: 281929.

HSL color Cylindrical-coordinate representation of color #494D04: hue angle of 63.29º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #494D04 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 77 4 -
CMYK 0.05 0 0.95 0.70
HSL 63.29º 0.9% 0.16% -
HSV(B) 63.29º 0.95% 0.3% -
XYZ 5.42 6.73 1.13 -
YUV 67.48 92.17 131.94 -
System Red Green Blue C M Y K H S L
Decimal 73 77 4 0.05 0 0.95 0.70 63.29 0.9 0.16
Hex 49 4D 4 5 0 5F 46 3F 5A 10
Octal 111 115 4 5 0 137 106 77 132 20
Binary 1001001 1001101 100 101 0 1011111 1000110 111111 1011010 10000

Color Harmonies of #494D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D04

Black with #494D04

Text Example


Text Example

White with #494D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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