#495E09

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

Shades of Verdun Green #495E09

Tints of Verdun Green #495E09

Color information

#495E09 (or 0x495E09) is unknown color: approx Verdun Green. HEX triplet: 49, 5E and 09. RGB value is (73,94,9). Sum of RGB (Red+Green+Blue) = 73+94+9=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 94 (37.11% from 255 or 53.41% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 94 - color contains mainly: green. Hex color #495E09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495E09 is #B6A1F6. Grayscale: #4E4E4E. Windows color (decimal): -11969015 or 613961. OLE color: 613961.

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

Color convert

RGB73949-
CMYK0.2200.900.63
HSL74.82º82.52%20.2%-
HSV(B)74.82º90.43%36.86%-
XYZ6.89.441.72-
YUV78.0389.04124.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.48%
GREEN value IS 94 (37.11% from 255) = 53.41%
BLUE value IS 9 (3.91% from 255) = 5.11%
R=41.48%
G=53.41%
B=5.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal739490.2200.900.6374.8282.5220.2
Hex495E91605A3F4b5314
Octal111136112601327711312324
Binary10010011011110100110110010110101111111001011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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