Html Css Color HEX #496206 Verdun Green

📋 copy color: '#496206'

red 73 ◦ green 98 ◦ blue 6

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

Shades of Verdun Green #496206

Tints of Verdun Green #496206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.39%

R = 41.24%
G = 55.37%
B = 3.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#496206 (or 0x496206) is known color: Verdun Green. HEX triplet: 49, 62 and 06. RGB value is (73,98,6). Sum of RGB (Red+Green+Blue) = 73+98+6=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #496206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496206 is #B69DF9. Grayscale: #505050. Windows color (decimal): -11967994 or 418377. OLE color: 418377.

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

Color convert

RGB 73 98 6 -
CMYK 0.26 0 0.94 0.62
HSL 76.3º 0.88% 0.2% -
HSV(B) 76.3º 0.94% 0.38% -
XYZ 7.15 10.16 1.76 -
YUV 80.04 86.22 122.98 -
System Red Green Blue C M Y K H S L
Decimal 73 98 6 0.26 0 0.94 0.62 76.3 0.88 0.2
Hex 49 62 6 1A 0 5E 3E 4C 58 14
Octal 111 142 6 32 0 136 76 114 130 24
Binary 1001001 1100010 110 11010 0 1011110 111110 1001100 1011000 10100

Color Harmonies of #496206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496206

Black with #496206

Text Example


Text Example

White with #496206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496206; }

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

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

background-color css

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

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

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

border-color css

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

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

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