#48886F

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

Shades of Viridian #48886F

Tints of Viridian #48886F

Color information

#48886F (or 0x48886F) is unknown color: approx Viridian. HEX triplet: 48, 88 and 6F. RGB value is (72,136,111). Sum of RGB (Red+Green+Blue) = 72+136+111=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #48886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48886F is #B77790. Grayscale: #727272. Windows color (decimal): -12023697 or 7309384. OLE color: 7309384.

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

Color convert

RGB72136111-
CMYK0.4700.180.47
HSL156.56º30.77%40.78%-
HSV(B)156.56º47.06%53.33%-
XYZ14.3520.1318.17-
YUV114.01126.398.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 136 (53.52% from 255) = 42.63%
BLUE value IS 111 (43.75% from 255) = 34.80%
R=22.57%
G=42.63%
B=34.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721361110.4700.180.47156.5630.7740.78
Hex48886F2F0122F9d1f29
Octal11021015757022572353751
Binary10010001000100011011111011110100101011111001110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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