Html Css Color HEX #496301 Verdun Green

📋 copy color: '#496301'

red 73 ◦ green 99 ◦ blue 1

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

Shades of Verdun Green #496301

Tints of Verdun Green #496301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 57.23%

 BLUE value IS 1 (0.78% from 255) = 0.58%

R = 42.2%
G = 57.23%
B = 0.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#496301 (or 0x496301) is known color: Verdun Green. HEX triplet: 49, 63 and 01. RGB value is (73,99,1). Sum of RGB (Red+Green+Blue) = 73+99+1=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #496301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496301 is #B69CFE. Grayscale: #505050. Windows color (decimal): -11967743 or 90953. OLE color: 90953.

HSL color Cylindrical-coordinate representation of color #496301: hue angle of 75.92º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #496301 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 1 -
CMYK 0.26 0 0.99 0.61
HSL 75.92º 0.98% 0.2% -
HSV(B) 75.92º 0.99% 0.39% -
XYZ 7.21 10.34 1.64 -
YUV 80.05 83.39 122.97 -
System Red Green Blue C M Y K H S L
Decimal 73 99 1 0.26 0 0.99 0.61 75.92 0.98 0.2
Hex 49 63 1 1A 0 63 3D 4C 62 14
Octal 111 143 1 32 0 143 75 114 142 24
Binary 1001001 1100011 1 11010 0 1100011 111101 1001100 1100010 10100

Color Harmonies of #496301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496301

Black with #496301

Text Example


Text Example

White with #496301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496301; }

 p { color: rgb(73,99,1); }

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

background-color css

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

 a { background-color: rgb(73,99,1); }

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

border-color css

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

 span { border-color: rgb(73,99,1); }

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