Html Css Color HEX #496107 Verdun Green

📋 copy color: '#496107'

red 73 ◦ green 97 ◦ blue 7

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

Shades of Verdun Green #496107

Tints of Verdun Green #496107

RGB

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

 GREEN value IS 97 (38.28% from 255) = 54.8%

 BLUE value IS 7 (3.13% from 255) = 3.95%

R = 41.24%
G = 54.8%
B = 3.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#496107 (or 0x496107) is known color: Verdun Green. HEX triplet: 49, 61 and 07. RGB value is (73,97,7). Sum of RGB (Red+Green+Blue) = 73+97+7=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #496107 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496107 is #B69EF8. Grayscale: #4F4F4F. Windows color (decimal): -11968249 or 483657. OLE color: 483657.

HSL color Cylindrical-coordinate representation of color #496107: hue angle of 76º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #496107 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 97 7 -
CMYK 0.25 0 0.93 0.62
HSL 76º 0.87% 0.2% -
HSV(B) 76º 0.93% 0.38% -
XYZ 7.06 9.98 1.76 -
YUV 79.56 87.05 123.32 -
System Red Green Blue C M Y K H S L
Decimal 73 97 7 0.25 0 0.93 0.62 76 0.87 0.2
Hex 49 61 7 19 0 5D 3E 4C 57 14
Octal 111 141 7 31 0 135 76 114 127 24
Binary 1001001 1100001 111 11001 0 1011101 111110 1001100 1010111 10100

Color Harmonies of #496107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496107

Black with #496107

Text Example


Text Example

White with #496107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496107; }

 p { color: rgb(73,97,7); }

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

background-color css

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

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

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

border-color css

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

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

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