#495B05

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

Shades of Verdun Green #495B05

Tints of Verdun Green #495B05

Color information

#495B05 (or 0x495B05) is unknown color: approx Verdun Green. HEX triplet: 49, 5B and 05. RGB value is (73,91,5). Sum of RGB (Red+Green+Blue) = 73+91+5=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 91 (35.94% from 255 or 53.85% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 91 - color contains mainly: green. Hex color #495B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495B05 is #B6A4FA. Grayscale: #4C4C4C. Windows color (decimal): -11969787 or 351049. OLE color: 351049.

HSL color Cylindrical-coordinate representation of color #495B05: hue angle of 72.56º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #495B05 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB73915-
CMYK0.2000.950.64
HSL72.56º89.58%18.82%-
HSV(B)72.56º94.51%35.69%-
XYZ6.528.911.52-
YUV75.8188.04125.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 91 (35.94% from 255) = 53.85%
BLUE value IS 5 (2.34% from 255) = 2.96%
R=43.20%
G=53.85%
B=2.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal739150.2000.950.6472.5689.5818.82
Hex495B51405F40495a13
Octal111133524013710011113223
Binary10010011011011101101000101111110000001001001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495B05; }

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

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

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

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

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

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

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

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