#486756

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

Shades of Viridian Green #486756

Tints of Viridian Green #486756

Color information

#486756 (or 0x486756) is unknown color: approx Viridian Green. HEX triplet: 48, 67 and 56. RGB value is (72,103,86). Sum of RGB (Red+Green+Blue) = 72+103+86=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 103 - color contains mainly: green. Hex color #486756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486756 is #B798A9. Grayscale: #5B5B5B. Windows color (decimal): -12032170 or 5662536. OLE color: 5662536.

HSL color Cylindrical-coordinate representation of color #486756: hue angle of 147.1º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #486756 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB7210386-
CMYK0.3000.170.60
HSL147.1º17.71%34.31%-
HSV(B)147.1º30.1%40.39%-
XYZ9.211.7510.59-
YUV91.79124.73113.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 103 (40.62% from 255) = 39.46%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=27.59%
G=39.46%
B=32.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72103860.3000.170.60147.117.7134.31
Hex4867561E0113C931222
Octal11014712636021742232242
Binary100100011001111010110111100100011111001001001110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486756; }

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

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

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

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

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

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

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

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