#48886D

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

Shades of Viridian #48886D

Tints of Viridian #48886D

Color information

#48886D (or 0x48886D) is unknown color: approx Viridian. HEX triplet: 48, 88 and 6D. RGB value is (72,136,109). Sum of RGB (Red+Green+Blue) = 72+136+109=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #48886D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48886D is #B77792. Grayscale: #717171. Windows color (decimal): -12023699 or 7178312. OLE color: 7178312.

HSL color Cylindrical-coordinate representation of color #48886D: hue angle of 154.69º 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 #48886D is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB72136109-
CMYK0.4700.200.47
HSL154.69º30.77%40.78%-
HSV(B)154.69º47.06%53.33%-
XYZ14.2420.0917.6-
YUV113.79125.398.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 136 (53.52% from 255) = 42.90%
BLUE value IS 109 (42.97% from 255) = 34.38%
R=22.71%
G=42.90%
B=34.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721361090.4700.200.47154.6930.7740.78
Hex48886D2F0142F9b1f29
Octal11021015557024572333751
Binary10010001000100011011011011110101001011111001101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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