Html Css Color HEX #496103 Verdun Green

📋 copy color: '#496103'

red 73 ◦ green 97 ◦ blue 3

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

Shades of Verdun Green #496103

Tints of Verdun Green #496103

RGB

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

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

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

R = 42.2%
G = 56.07%
B = 1.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#496103 (or 0x496103) is known color: Verdun Green. HEX triplet: 49, 61 and 03. RGB value is (73,97,3). Sum of RGB (Red+Green+Blue) = 73+97+3=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #496103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496103 is #B69EFC. Grayscale: #4F4F4F. Windows color (decimal): -11968253 or 221513. OLE color: 221513.

HSL color Cylindrical-coordinate representation of color #496103: hue angle of 75.32º 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 #496103 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 97 3 -
CMYK 0.25 0 0.97 0.62
HSL 75.32º 0.94% 0.2% -
HSV(B) 75.32º 0.97% 0.38% -
XYZ 7.04 9.97 1.64 -
YUV 79.11 85.05 123.64 -
System Red Green Blue C M Y K H S L
Decimal 73 97 3 0.25 0 0.97 0.62 75.32 0.94 0.2
Hex 49 61 3 19 0 61 3E 4B 5E 14
Octal 111 141 3 31 0 141 76 113 136 24
Binary 1001001 1100001 11 11001 0 1100001 111110 1001011 1011110 10100

Color Harmonies of #496103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496103

Black with #496103

Text Example


Text Example

White with #496103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496103; }

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

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

background-color css

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

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

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

border-color css

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

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

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