#495814

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

Shades of Verdun Green #495814

Tints of Verdun Green #495814

Color information

#495814 (or 0x495814) is unknown color: approx Verdun Green. HEX triplet: 49, 58 and 14. RGB value is (73,88,20). Sum of RGB (Red+Green+Blue) = 73+88+20=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #495814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495814 is #B6A7EB. Grayscale: #4C4C4C. Windows color (decimal): -11970540 or 1333321. OLE color: 1333321.

HSL color Cylindrical-coordinate representation of color #495814: hue angle of 73.24º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #495814 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB738820-
CMYK0.1700.770.65
HSL73.24º62.96%21.18%-
HSV(B)73.24º77.27%34.51%-
XYZ6.368.451.96-
YUV75.7696.53126.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 88 (34.77% from 255) = 48.62%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=40.33%
G=48.62%
B=11.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7388200.1700.770.6573.2462.9621.18
Hex4958141104D41493f15
Octal111130242101151011117725
Binary100100110110001010010001010011011000001100100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495814; }

 p { color: rgb(73,88,20); }

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

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

 a { background-color: rgb(73,88,20); }

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

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

 span { border-color: rgb(73,88,20); }

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