#496256

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

Shades of Viridian Green #496256

Tints of Viridian Green #496256

Color information

#496256 (or 0x496256) is unknown color: approx Viridian Green. HEX triplet: 49, 62 and 56. RGB value is (73,98,86). Sum of RGB (Red+Green+Blue) = 73+98+86=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 98 - color contains mainly: green. Hex color #496256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496256 is #B69DA9. Grayscale: #595959. Windows color (decimal): -11967914 or 5661257. OLE color: 5661257.

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

Color convert

RGB739886-
CMYK0.2600.120.62
HSL151.2º14.62%33.53%-
HSV(B)151.2º25.51%38.43%-
XYZ8.810.8210.43-
YUV89.16126.22116.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=28.40%
G=38.13%
B=33.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398860.2600.120.62151.214.6233.53
Hex4962561A0C3E97f22
Octal11114212632014762271742
Binary1001001110001010101101101001100111110100101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496256; }

 p { color: rgb(73,98,86); }

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

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

 a { background-color: rgb(73,98,86); }

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

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

 span { border-color: rgb(73,98,86); }

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