#48886C

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

Shades of Viridian #48886C

Tints of Viridian #48886C

Color information

#48886C (or 0x48886C) is unknown color: approx Viridian. HEX triplet: 48, 88 and 6C. RGB value is (72,136,108). Sum of RGB (Red+Green+Blue) = 72+136+108=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #48886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48886C is #B77793. Grayscale: #717171. Windows color (decimal): -12023700 or 7112776. OLE color: 7112776.

HSL color Cylindrical-coordinate representation of color #48886C: hue angle of 153.75º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48886C is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB72136108-
CMYK0.4700.210.47
HSL153.75º30.77%40.78%-
HSV(B)153.75º47.06%53.33%-
XYZ14.1820.0717.31-
YUV113.67124.898.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 136 (53.52% from 255) = 43.04%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=22.78%
G=43.04%
B=34.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721361080.4700.210.47153.7530.7740.78
Hex48886C2F0152F9a1f29
Octal11021015457025572323751
Binary10010001000100011011001011110101011011111001101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48886C; }

 p { color: rgb(72,136,108); }

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

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

 a { background-color: rgb(72,136,108); }

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

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

 span { border-color: rgb(72,136,108); }

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