Html Css Color HEX #496203 Verdun Green

📋 copy color: '#496203'

red 73 ◦ green 98 ◦ blue 3

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

Shades of Verdun Green #496203

Tints of Verdun Green #496203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.72%

R = 41.95%
G = 56.32%
B = 1.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#496203 (or 0x496203) is known color: Verdun Green. HEX triplet: 49, 62 and 03. RGB value is (73,98,3). Sum of RGB (Red+Green+Blue) = 73+98+3=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #496203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496203 is #B69DFC. Grayscale: #505050. Windows color (decimal): -11967997 or 221769. OLE color: 221769.

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

Color convert

RGB 73 98 3 -
CMYK 0.26 0 0.97 0.62
HSL 75.79º 0.94% 0.2% -
HSV(B) 75.79º 0.97% 0.38% -
XYZ 7.13 10.16 1.67 -
YUV 79.7 84.72 123.22 -
System Red Green Blue C M Y K H S L
Decimal 73 98 3 0.26 0 0.97 0.62 75.79 0.94 0.2
Hex 49 62 3 1A 0 61 3E 4C 5E 14
Octal 111 142 3 32 0 141 76 114 136 24
Binary 1001001 1100010 11 11010 0 1100001 111110 1001100 1011110 10100

Color Harmonies of #496203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496203

Black with #496203

Text Example


Text Example

White with #496203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496203; }

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

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

background-color css

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

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

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

border-color css

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

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

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