#486156

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

Shades of Viridian Green #486156

Tints of Viridian Green #486156

Color information

#486156 (or 0x486156) is unknown color: approx Viridian Green. HEX triplet: 48, 61 and 56. RGB value is (72,97,86). Sum of RGB (Red+Green+Blue) = 72+97+86=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 97 - color contains mainly: green. Hex color #486156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486156 is #B79EA9. Grayscale: #585858. Windows color (decimal): -12033706 or 5661000. OLE color: 5661000.

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

Color convert

RGB729786-
CMYK0.2600.110.62
HSL153.6º14.79%33.14%-
HSV(B)153.6º25.77%38.04%-
XYZ8.6310.610.4-
YUV88.27126.72116.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 97 (38.28% from 255) = 38.04%
BLUE value IS 86 (33.98% from 255) = 33.73%
R=28.24%
G=38.04%
B=33.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297860.2600.110.62153.614.7933.14
Hex4861561A0B3E9af21
Octal11014112632013762321741
Binary1001000110000110101101101001011111110100110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486156; }

 p { color: rgb(72,97,86); }

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

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

 a { background-color: rgb(72,97,86); }

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

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

 span { border-color: rgb(72,97,86); }

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