#496758

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

Shades of Viridian Green #496758

Tints of Viridian Green #496758

Color information

#496758 (or 0x496758) is unknown color: approx Viridian Green. HEX triplet: 49, 67 and 58. RGB value is (73,103,88). Sum of RGB (Red+Green+Blue) = 73+103+88=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 103 - color contains mainly: green. Hex color #496758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496758 is #B698A7. Grayscale: #5C5C5C. Windows color (decimal): -11966632 or 5793609. OLE color: 5793609.

HSL color Cylindrical-coordinate representation of color #496758: hue angle of 150º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #496758 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB7310388-
CMYK0.2900.150.60
HSL150º17.05%34.51%-
HSV(B)150º29.13%40.39%-
XYZ9.3611.8211.02-
YUV92.32125.56114.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 103 (40.62% from 255) = 39.02%
BLUE value IS 88 (34.77% from 255) = 33.33%
R=27.65%
G=39.02%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73103880.2900.150.6015017.0534.51
Hex4967581D0F3C961123
Octal11114713035017742262143
Binary10010011100111101100011101011111111001001011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496758; }

 p { color: rgb(73,103,88); }

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

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

 a { background-color: rgb(73,103,88); }

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

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

 span { border-color: rgb(73,103,88); }

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