#495C1D

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

Shades of Verdun Green #495C1D

Tints of Verdun Green #495C1D

Color information

#495C1D (or 0x495C1D) is unknown color: approx Verdun Green. HEX triplet: 49, 5C and 1D. RGB value is (73,92,29). Sum of RGB (Red+Green+Blue) = 73+92+29=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 92 (36.33% from 255 or 47.42% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 92 - color contains mainly: green. Hex color #495C1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495C1D is #B6A3E2. Grayscale: #4F4F4F. Windows color (decimal): -11969507 or 1924169. OLE color: 1924169.

HSL color Cylindrical-coordinate representation of color #495C1D: hue angle of 78.1º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #495C1D is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB739229-
CMYK0.2100.680.64
HSL78.1º52.07%23.73%-
HSV(B)78.1º68.48%36.08%-
XYZ6.89.162.57-
YUV79.1499.71123.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 92 (36.33% from 255) = 47.42%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=37.63%
G=47.42%
B=14.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7392290.2100.680.6478.152.0723.73
Hex495C1D15044404e3418
Octal111134352501041001166430
Binary100100110111001110110101010001001000000100111011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,92,29); }

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

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

 a { background-color: rgb(73,92,29); }

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

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

 span { border-color: rgb(73,92,29); }

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