#495B02

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

Shades of Verdun Green #495B02

Tints of Verdun Green #495B02

Color information

#495B02 (or 0x495B02) is unknown color: approx Verdun Green. HEX triplet: 49, 5B and 02. RGB value is (73,91,2). Sum of RGB (Red+Green+Blue) = 73+91+2=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 91 (35.94% from 255 or 54.82% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 91 - color contains mainly: green. Hex color #495B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495B02 is #B6A4FD. Grayscale: #4B4B4B. Windows color (decimal): -11969790 or 154441. OLE color: 154441.

HSL color Cylindrical-coordinate representation of color #495B02: hue angle of 72.13º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #495B02 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB73912-
CMYK0.2000.980.64
HSL72.13º95.7%18.24%-
HSV(B)72.13º97.8%35.69%-
XYZ6.58.91.43-
YUV75.4786.54126.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 91 (35.94% from 255) = 54.82%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=43.98%
G=54.82%
B=1.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal739120.2000.980.6472.1395.718.24
Hex495B21406240486012
Octal111133224014210011014022
Binary1001001101101110101000110001010000001001000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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