#495D53

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

Shades of Viridian Green #495D53

Tints of Viridian Green #495D53

Color information

#495D53 (or 0x495D53) is unknown color: approx Viridian Green. HEX triplet: 49, 5D and 53. RGB value is (73,93,83). Sum of RGB (Red+Green+Blue) = 73+93+83=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 93 - color contains mainly: green. Hex color #495D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D53 is #B6A2AC. Grayscale: #555555. Windows color (decimal): -11969197 or 5463369. OLE color: 5463369.

HSL color Cylindrical-coordinate representation of color #495D53: hue angle of 150º 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 #495D53 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB739383-
CMYK0.2200.110.64
HSL150º12.05%32.55%-
HSV(B)150º21.51%36.47%-
XYZ8.229.879.66-
YUV85.88126.37118.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 93 (36.72% from 255) = 37.35%
BLUE value IS 83 (32.81% from 255) = 33.33%
R=29.32%
G=37.35%
B=33.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7393830.2200.110.6415012.0532.55
Hex495D53160B4096c21
Octal111135123260131002261441
Binary10010011011101101001110110010111000000100101101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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