#495F54

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

Shades of Viridian Green #495F54

Tints of Viridian Green #495F54

Color information

#495F54 (or 0x495F54) is unknown color: approx Viridian Green. HEX triplet: 49, 5F and 54. RGB value is (73,95,84). Sum of RGB (Red+Green+Blue) = 73+95+84=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 95 - color contains mainly: green. Hex color #495F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F54 is #B6A0AB. Grayscale: #575757. Windows color (decimal): -11968684 or 5529417. OLE color: 5529417.

HSL color Cylindrical-coordinate representation of color #495F54: hue angle of 150º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #495F54 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.

Color convert

RGB739584-
CMYK0.2300.120.63
HSL150º13.1%32.94%-
HSV(B)150º23.16%37.25%-
XYZ8.4410.249.92-
YUV87.17126.21117.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 95 (37.5% from 255) = 37.70%
BLUE value IS 84 (33.20% from 255) = 33.33%
R=28.97%
G=37.70%
B=33.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7395840.2300.120.6315013.132.94
Hex495F54170C3F96d21
Octal11113712427014772261541
Binary1001001101111110101001011101100111111100101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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