#495307

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

Shades of Verdun Green #495307

Tints of Verdun Green #495307

Color information

#495307 (or 0x495307) is unknown color: approx Verdun Green. HEX triplet: 49, 53 and 07. RGB value is (73,83,7). Sum of RGB (Red+Green+Blue) = 73+83+7=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #495307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495307 is #B6ACF8. Grayscale: #474747. Windows color (decimal): -11971833 or 480073. OLE color: 480073.

HSL color Cylindrical-coordinate representation of color #495307: hue angle of 67.89º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #495307 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB73837-
CMYK0.1200.920.67
HSL67.89º84.44%17.65%-
HSV(B)67.89º91.57%32.55%-
XYZ5.887.621.36-
YUV71.3591.69129.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 83 (32.81% from 255) = 50.92%
BLUE value IS 7 (3.12% from 255) = 4.29%
R=44.79%
G=50.92%
B=4.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal738370.1200.920.6767.8984.4417.65
Hex49537C05C43445412
Octal111123714013410310412422
Binary1001001101001111111000101110010000111000100101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495307; }

 p { color: rgb(73,83,7); }

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

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

 a { background-color: rgb(73,83,7); }

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

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

 span { border-color: rgb(73,83,7); }

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