#496357

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

Shades of Viridian Green #496357

Tints of Viridian Green #496357

Color information

#496357 (or 0x496357) is unknown color: approx Viridian Green. HEX triplet: 49, 63 and 57. RGB value is (73,99,87). Sum of RGB (Red+Green+Blue) = 73+99+87=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 99 - color contains mainly: green. Hex color #496357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496357 is #B69CA8. Grayscale: #595959. Windows color (decimal): -11967657 or 5727049. OLE color: 5727049.

HSL color Cylindrical-coordinate representation of color #496357: hue angle of 152.31º 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 #496357 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB739987-
CMYK0.2600.120.61
HSL152.31º15.12%33.73%-
HSV(B)152.31º26.26%38.82%-
XYZ8.9311.0310.67-
YUV89.86126.39115.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 87 (34.38% from 255) = 33.59%
R=28.19%
G=38.22%
B=33.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399870.2600.120.61152.3115.1233.73
Hex4963571A0C3D98f22
Octal11114312732014752301742
Binary1001001110001110101111101001100111101100110001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496357; }

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

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

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

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

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

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

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

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