#495D56

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

Shades of Viridian Green #495D56

Tints of Viridian Green #495D56

Color information

#495D56 (or 0x495D56) is unknown color: approx Viridian Green. HEX triplet: 49, 5D and 56. RGB value is (73,93,86). Sum of RGB (Red+Green+Blue) = 73+93+86=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 93 - color contains mainly: green. Hex color #495D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D56 is #B6A2A9. Grayscale: #565656. Windows color (decimal): -11969194 or 5659977. OLE color: 5659977.

HSL color Cylindrical-coordinate representation of color #495D56: hue angle of 159º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495D56 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB739386-
CMYK0.2200.080.64
HSL159º12.05%32.55%-
HSV(B)159º21.51%36.47%-
XYZ8.349.9210.28-
YUV86.22127.87118.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 93 (36.72% from 255) = 36.90%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=28.97%
G=36.90%
B=34.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7393860.2200.080.6415912.0532.55
Hex495D561608409fc21
Octal111135126260101002371441
Binary10010011011101101011010110010001000000100111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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