#486157

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

Shades of Viridian Green #486157

Tints of Viridian Green #486157

Color information

#486157 (or 0x486157) is unknown color: approx Viridian Green. HEX triplet: 48, 61 and 57. RGB value is (72,97,87). Sum of RGB (Red+Green+Blue) = 72+97+87=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #486157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486157 is #B79EA8. Grayscale: #585858. Windows color (decimal): -12033705 or 5726536. OLE color: 5726536.

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

Color convert

RGB729787-
CMYK0.2600.100.62
HSL156º14.79%33.14%-
HSV(B)156º25.77%38.04%-
XYZ8.6710.6210.61-
YUV88.38127.22116.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=28.12%
G=37.89%
B=33.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297870.2600.100.6215614.7933.14
Hex4861571A0A3E9cf21
Octal11014112732012762341741
Binary1001000110000110101111101001010111110100111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486157; }

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

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

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

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

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

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

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

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