#495211

Color #495211 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #495211

Tints of Verdun Green #495211

Color information

#495211 (or 0x495211) is unknown color: approx Verdun Green. HEX triplet: 49, 52 and 11. RGB value is (73,82,17). Sum of RGB (Red+Green+Blue) = 73+82+17=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #495211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495211 is #B6ADEE. Grayscale: #484848. Windows color (decimal): -11972079 or 1135177. OLE color: 1135177.

HSL color Cylindrical-coordinate representation of color #495211: hue angle of 68.31º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #495211 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB738217-
CMYK0.1100.790.68
HSL68.31º65.66%19.41%-
HSV(B)68.31º79.27%32.16%-
XYZ5.877.491.67-
YUV71.997.02128.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.44%
GREEN value IS 82 (32.42% from 255) = 47.67%
BLUE value IS 17 (7.03% from 255) = 9.88%
R=42.44%
G=47.67%
B=9.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7382170.1100.790.6868.3165.6619.41
Hex495211B04F44444213
Octal1111222113011710410410223
Binary100100110100101000110110100111110001001000100100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495211; }

 p { color: rgb(73,82,17); }

 H1.HeaderClassName
 {
   color: #495211;
 }
 .AnyTagClassName
 {
   color: #495211;
 }
</style>
background-color css

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

 a { background-color: rgb(73,82,17); }

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

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

 span { border-color: rgb(73,82,17); }

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