Html Css Color HEX #496202 Verdun Green

📋 copy color: '#496202'

red 73 ◦ green 98 ◦ blue 2

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

Shades of Verdun Green #496202

Tints of Verdun Green #496202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56.65%

 BLUE value IS 2 (1.17% from 255) = 1.16%

R = 42.2%
G = 56.65%
B = 1.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#496202 (or 0x496202) is known color: Verdun Green. HEX triplet: 49, 62 and 02. RGB value is (73,98,2). Sum of RGB (Red+Green+Blue) = 73+98+2=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #496202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496202 is #B69DFD. Grayscale: #4F4F4F. Windows color (decimal): -11967998 or 156233. OLE color: 156233.

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

Color convert

RGB 73 98 2 -
CMYK 0.26 0 0.98 0.62
HSL 75.63º 0.96% 0.2% -
HSV(B) 75.63º 0.98% 0.38% -
XYZ 7.13 10.16 1.64 -
YUV 79.58 84.22 123.31 -
System Red Green Blue C M Y K H S L
Decimal 73 98 2 0.26 0 0.98 0.62 75.63 0.96 0.2
Hex 49 62 2 1A 0 62 3E 4C 60 14
Octal 111 142 2 32 0 142 76 114 140 24
Binary 1001001 1100010 10 11010 0 1100010 111110 1001100 1100000 10100

Color Harmonies of #496202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496202

Black with #496202

Text Example


Text Example

White with #496202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496202; }

 p { color: rgb(73,98,2); }

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

background-color css

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

 a { background-color: rgb(73,98,2); }

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

border-color css

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

 span { border-color: rgb(73,98,2); }

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