Html Css Color HEX #496F04 Verdun Green

📋 copy color: '#496F04'

red 73 ◦ green 111 ◦ blue 4

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

Shades of Verdun Green #496F04

Tints of Verdun Green #496F04

RGB

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

 GREEN value IS 111 (43.75% from 255) = 59.04%

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

R = 38.83%
G = 59.04%
B = 2.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#496F04 (or 0x496F04) is known color: Verdun Green. HEX triplet: 49, 6F and 04. RGB value is (73,111,4). Sum of RGB (Red+Green+Blue) = 73+111+4=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 111 (43.75% from 255 or 59.04% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 111 - color contains mainly: green. Hex color #496F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496F04 is #B690FB. Grayscale: #575757. Windows color (decimal): -11964668 or 290633. OLE color: 290633.

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

Color convert

RGB 73 111 4 -
CMYK 0.34 0 0.96 0.56
HSL 81.31º 0.93% 0.23% -
HSV(B) 81.31º 0.96% 0.44% -
XYZ 8.45 12.79 2.14 -
YUV 87.44 80.91 117.7 -
System Red Green Blue C M Y K H S L
Decimal 73 111 4 0.34 0 0.96 0.56 81.31 0.93 0.23
Hex 49 6F 4 22 0 60 38 51 5D 17
Octal 111 157 4 42 0 140 70 121 135 27
Binary 1001001 1101111 100 100010 0 1100000 111000 1010001 1011101 10111

Color Harmonies of #496F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F04

Black with #496F04

Text Example


Text Example

White with #496F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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