#496255

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

Shades of Viridian Green #496255

Tints of Viridian Green #496255

Color information

#496255 (or 0x496255) is unknown color: approx Viridian Green. HEX triplet: 49, 62 and 55. RGB value is (73,98,85). Sum of RGB (Red+Green+Blue) = 73+98+85=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #496255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496255 is #B69DAA. Grayscale: #595959. Windows color (decimal): -11967915 or 5595721. OLE color: 5595721.

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

Color convert

RGB739885-
CMYK0.2600.130.62
HSL148.8º14.62%33.53%-
HSV(B)148.8º25.51%38.43%-
XYZ8.7610.8110.22-
YUV89.04125.72116.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=28.52%
G=38.28%
B=33.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398850.2600.130.62148.814.6233.53
Hex4962551A0D3E95f22
Octal11114212532015762251742
Binary1001001110001010101011101001101111110100101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496255; }

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

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

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

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

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

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

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

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