#48876E

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

Shades of Viridian #48876E

Tints of Viridian #48876E

Color information

#48876E (or 0x48876E) is unknown color: approx Viridian. HEX triplet: 48, 87 and 6E. RGB value is (72,135,110). Sum of RGB (Red+Green+Blue) = 72+135+110=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #48876E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48876E is #B77891. Grayscale: #717171. Windows color (decimal): -12023954 or 7243592. OLE color: 7243592.

HSL color Cylindrical-coordinate representation of color #48876E: hue angle of 156.19º degrees, saturation: 0.3, 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 #48876E is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB72135110-
CMYK0.4700.190.47
HSL156.19º30.43%40.59%-
HSV(B)156.19º46.67%52.94%-
XYZ14.1519.8317.83-
YUV113.31126.1398.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=22.71%
G=42.59%
B=34.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721351100.4700.190.47156.1930.4340.59
Hex48876E2F0132F9c1e29
Octal11020715657023572343651
Binary10010001000011111011101011110100111011111001110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48876E; }

 p { color: rgb(72,135,110); }

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

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

 a { background-color: rgb(72,135,110); }

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

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

 span { border-color: rgb(72,135,110); }

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