#495602

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

Shades of Verdun Green #495602

Tints of Verdun Green #495602

Color information

#495602 (or 0x495602) is unknown color: approx Verdun Green. HEX triplet: 49, 56 and 02. RGB value is (73,86,2). Sum of RGB (Red+Green+Blue) = 73+86+2=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #495602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495602 is #B6A9FD. Grayscale: #484848. Windows color (decimal): -11971070 or 153161. OLE color: 153161.

HSL color Cylindrical-coordinate representation of color #495602: hue angle of 69.29º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #495602 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB73862-
CMYK0.1500.980.66
HSL69.29º95.45%17.25%-
HSV(B)69.29º97.67%33.73%-
XYZ6.098.081.3-
YUV72.5488.19128.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 86 (33.98% from 255) = 53.42%
BLUE value IS 2 (1.17% from 255) = 1.24%
R=45.34%
G=53.42%
B=1.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal738620.1500.980.6669.2995.4517.25
Hex49562F06242455f11
Octal111126217014210210513721
Binary100100110101101011110110001010000101000101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495602; }

 p { color: rgb(73,86,2); }

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

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

 a { background-color: rgb(73,86,2); }

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

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

 span { border-color: rgb(73,86,2); }

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