#486A5B

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

Shades of Viridian Green #486A5B

Tints of Viridian Green #486A5B

Color information

#486A5B (or 0x486A5B) is unknown color: approx Viridian Green. HEX triplet: 48, 6A and 5B. RGB value is (72,106,91). Sum of RGB (Red+Green+Blue) = 72+106+91=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 106 - color contains mainly: green. Hex color #486A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486A5B is #B795A4. Grayscale: #5E5E5E. Windows color (decimal): -12031397 or 5990984. OLE color: 5990984.

HSL color Cylindrical-coordinate representation of color #486A5B: hue angle of 153.53º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #486A5B is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB7210691-
CMYK0.3200.140.58
HSL153.53º19.1%34.9%-
HSV(B)153.53º32.08%41.57%-
XYZ9.7112.4411.79-
YUV94.12126.24112.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 106 (41.80% from 255) = 39.41%
BLUE value IS 91 (35.94% from 255) = 33.83%
R=26.77%
G=39.41%
B=33.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72106910.3200.140.58153.5319.134.9
Hex486A5B200E3A9a1323
Octal11015213340016722322343
Binary100100011010101011011100000011101110101001101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486A5B; }

 p { color: rgb(72,106,91); }

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

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

 a { background-color: rgb(72,106,91); }

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

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

 span { border-color: rgb(72,106,91); }

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