#495405

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

Shades of Verdun Green #495405

Tints of Verdun Green #495405

Color information

#495405 (or 0x495405) is unknown color: approx Verdun Green. HEX triplet: 49, 54 and 05. RGB value is (73,84,5). Sum of RGB (Red+Green+Blue) = 73+84+5=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #495405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495405 is #B6ABFA. Grayscale: #484848. Windows color (decimal): -11971579 or 349257. OLE color: 349257.

HSL color Cylindrical-coordinate representation of color #495405: hue angle of 68.35º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #495405 is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB73845-
CMYK0.1300.940.67
HSL68.35º88.76%17.45%-
HSV(B)68.35º94.05%32.94%-
XYZ5.957.771.33-
YUV71.790.36128.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 84 (33.20% from 255) = 51.85%
BLUE value IS 5 (2.34% from 255) = 3.09%
R=45.06%
G=51.85%
B=3.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal738450.1300.940.6768.3588.7617.45
Hex49545D05E43445911
Octal111124515013610310413121
Binary1001001101010010111010101111010000111000100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495405; }

 p { color: rgb(73,84,5); }

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

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

 a { background-color: rgb(73,84,5); }

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

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

 span { border-color: rgb(73,84,5); }

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