Html Css Color HEX #496E04 Verdun Green

📋 copy color: '#496E04'

red 73 ◦ green 110 ◦ blue 4

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

Shades of Verdun Green #496E04

Tints of Verdun Green #496E04

RGB

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

 GREEN value IS 110 (43.36% from 255) = 58.82%

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

R = 39.04%
G = 58.82%
B = 2.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#496E04 (or 0x496E04) is known color: Verdun Green. HEX triplet: 49, 6E and 04. RGB value is (73,110,4). Sum of RGB (Red+Green+Blue) = 73+110+4=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 110 (43.36% from 255 or 58.82% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 110 - color contains mainly: green. Hex color #496E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496E04 is #B691FB. Grayscale: #575757. Windows color (decimal): -11964924 or 290377. OLE color: 290377.

HSL color Cylindrical-coordinate representation of color #496E04: hue angle of 80.94º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #496E04 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 110 4 -
CMYK 0.34 0 0.96 0.57
HSL 80.94º 0.93% 0.22% -
HSV(B) 80.94º 0.96% 0.43% -
XYZ 8.35 12.58 2.1 -
YUV 86.85 81.24 118.12 -
System Red Green Blue C M Y K H S L
Decimal 73 110 4 0.34 0 0.96 0.57 80.94 0.93 0.22
Hex 49 6E 4 22 0 60 39 51 5D 16
Octal 111 156 4 42 0 140 71 121 135 26
Binary 1001001 1101110 100 100010 0 1100000 111001 1010001 1011101 10110

Color Harmonies of #496E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496E04

Black with #496E04

Text Example


Text Example

White with #496E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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