Html Css Color HEX #496100 Verdun Green

📋 copy color: '#496100'

red 73 ◦ green 97 ◦ blue 0

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

Shades of Verdun Green #496100

Tints of Verdun Green #496100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.94%
G = 57.06%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#496100 (or 0x496100) is known color: Verdun Green. HEX triplet: 49, 61 and 00. RGB value is (73,97,0). Sum of RGB (Red+Green+Blue) = 73+97+0=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #496100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496100 is #B69EFF. Grayscale: #4F4F4F. Windows color (decimal): -11968256 or 24905. OLE color: 24905.

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

Color convert

RGB 73 97 0 -
CMYK 0.25 0 1 0.62
HSL 74.85º 1% 0.19% -
HSV(B) 74.85º 1% 0.38% -
XYZ 7.02 9.97 1.55 -
YUV 78.77 83.55 123.89 -
System Red Green Blue C M Y K H S L
Decimal 73 97 0 0.25 0 1 0.62 74.85 1 0.19
Hex 49 61 0 19 0 64 3E 4B 64 13
Octal 111 141 0 31 0 144 76 113 144 23
Binary 1001001 1100001 0 11001 0 1100100 111110 1001011 1100100 10011

Color Harmonies of #496100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496100

Black with #496100

Text Example


Text Example

White with #496100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496100; }

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

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

background-color css

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

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

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

border-color css

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

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

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