#496355

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

Shades of Viridian Green #496355

Tints of Viridian Green #496355

Color information

#496355 (or 0x496355) is unknown color: approx Viridian Green. HEX triplet: 49, 63 and 55. RGB value is (73,99,85). Sum of RGB (Red+Green+Blue) = 73+99+85=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 99 - color contains mainly: green. Hex color #496355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496355 is #B69CAA. Grayscale: #595959. Windows color (decimal): -11967659 or 5595977. OLE color: 5595977.

HSL color Cylindrical-coordinate representation of color #496355: hue angle of 147.69º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #496355 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB739985-
CMYK0.2600.140.61
HSL147.69º15.12%33.73%-
HSV(B)147.69º26.26%38.82%-
XYZ8.851110.25-
YUV89.63125.39116.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 99 (39.06% from 255) = 38.52%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=28.40%
G=38.52%
B=33.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399850.2600.140.61147.6915.1233.73
Hex4963551A0E3D94f22
Octal11114312532016752241742
Binary1001001110001110101011101001110111101100101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496355; }

 p { color: rgb(73,99,85); }

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

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

 a { background-color: rgb(73,99,85); }

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

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

 span { border-color: rgb(73,99,85); }

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