#495503

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

Shades of Verdun Green #495503

Tints of Verdun Green #495503

Color information

#495503 (or 0x495503) is unknown color: approx Verdun Green. HEX triplet: 49, 55 and 03. RGB value is (73,85,3). Sum of RGB (Red+Green+Blue) = 73+85+3=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #495503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495503 is #B6AAFC. Grayscale: #484848. Windows color (decimal): -11971325 or 218441. OLE color: 218441.

HSL color Cylindrical-coordinate representation of color #495503: hue angle of 68.78º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #495503 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB73853-
CMYK0.1400.960.67
HSL68.78º93.18%17.25%-
HSV(B)68.78º96.47%33.33%-
XYZ6.017.921.3-
YUV72.0689.02128.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 85 (33.59% from 255) = 52.80%
BLUE value IS 3 (1.56% from 255) = 1.86%
R=45.34%
G=52.80%
B=1.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal738530.1400.960.6768.7893.1817.25
Hex49553E06043455d11
Octal111125316014010310513521
Binary100100110101011111100110000010000111000101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495503; }

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

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

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

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

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

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

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

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