#496105

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

Shades of Verdun Green #496105

Tints of Verdun Green #496105

Color information

#496105 (or 0x496105) is unknown color: approx Verdun Green. HEX triplet: 49, 61 and 05. RGB value is (73,97,5). Sum of RGB (Red+Green+Blue) = 73+97+5=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #496105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496105 is #B69EFA. Grayscale: #4F4F4F. Windows color (decimal): -11968251 or 352585. OLE color: 352585.

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

Color convert

RGB73975-
CMYK0.2500.950.62
HSL75.65º90.2%20%-
HSV(B)75.65º94.85%38.04%-
XYZ7.059.981.7-
YUV79.3486.05123.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 97 (38.28% from 255) = 55.43%
BLUE value IS 5 (2.34% from 255) = 2.86%
R=41.71%
G=55.43%
B=2.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal739750.2500.950.6275.6590.220
Hex496151905F3E4c5a14
Octal11114153101377611413224
Binary1001001110000110111001010111111111101001100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496105; }

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

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

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

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

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

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

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

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