#496958

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

Shades of Viridian Green #496958

Tints of Viridian Green #496958

Color information

#496958 (or 0x496958) is unknown color: approx Viridian Green. HEX triplet: 49, 69 and 58. RGB value is (73,105,88). Sum of RGB (Red+Green+Blue) = 73+105+88=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #496958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496958 is #B696A7. Grayscale: #5D5D5D. Windows color (decimal): -11966120 or 5794121. OLE color: 5794121.

HSL color Cylindrical-coordinate representation of color #496958: hue angle of 148.12º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496958 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB7310588-
CMYK0.3000.160.59
HSL148.12º17.98%34.9%-
HSV(B)148.12º30.48%41.18%-
XYZ9.5612.2211.09-
YUV93.49124.9113.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 105 (41.41% from 255) = 39.47%
BLUE value IS 88 (34.77% from 255) = 33.08%
R=27.44%
G=39.47%
B=33.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105880.3000.160.59148.1217.9834.9
Hex4969581E0103B941223
Octal11115113036020732242243
Binary100100111010011011000111100100001110111001010010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496958; }

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

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

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

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

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

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

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

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