#495D09

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

Shades of Verdun Green #495D09

Tints of Verdun Green #495D09

Color information

#495D09 (or 0x495D09) is unknown color: approx Verdun Green. HEX triplet: 49, 5D and 09. RGB value is (73,93,9). Sum of RGB (Red+Green+Blue) = 73+93+9=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #495D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495D09 is #B6A2F6. Grayscale: #4D4D4D. Windows color (decimal): -11969271 or 613705. OLE color: 613705.

HSL color Cylindrical-coordinate representation of color #495D09: hue angle of 74.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #495D09 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB73939-
CMYK0.2200.900.64
HSL74.29º82.35%20%-
HSV(B)74.29º90.32%36.47%-
XYZ6.719.261.69-
YUV77.4489.37124.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 93 (36.72% from 255) = 53.14%
BLUE value IS 9 (3.91% from 255) = 5.14%
R=41.71%
G=53.14%
B=5.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal739390.2200.900.6474.2982.3520
Hex495D91605A404a5214
Octal1111351126013210011212224
Binary100100110111011001101100101101010000001001010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,93,9); }

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

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

 a { background-color: rgb(73,93,9); }

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

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

 span { border-color: rgb(73,93,9); }

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