#486959

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

Shades of Viridian Green #486959

Tints of Viridian Green #486959

Color information

#486959 (or 0x486959) is unknown color: approx Viridian Green. HEX triplet: 48, 69 and 59. RGB value is (72,105,89). Sum of RGB (Red+Green+Blue) = 72+105+89=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #486959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486959 is #B796A6. Grayscale: #5D5D5D. Windows color (decimal): -12031655 or 5859656. OLE color: 5859656.

HSL color Cylindrical-coordinate representation of color #486959: hue angle of 150.91º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486959 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB7210589-
CMYK0.3100.150.59
HSL150.91º18.64%34.71%-
HSV(B)150.91º31.43%41.18%-
XYZ9.5312.211.3-
YUV93.31125.57112.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 105 (41.41% from 255) = 39.47%
BLUE value IS 89 (35.16% from 255) = 33.46%
R=27.07%
G=39.47%
B=33.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105890.3100.150.59150.9118.6434.71
Hex4869591F0F3B971323
Octal11015113137017732272343
Binary10010001101001101100111111011111110111001011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486959; }

 p { color: rgb(72,105,89); }

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

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

 a { background-color: rgb(72,105,89); }

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

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

 span { border-color: rgb(72,105,89); }

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