#488D70

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

Shades of Viridian #488D70

Tints of Viridian #488D70

Color information

#488D70 (or 0x488D70) is unknown color: approx Viridian. HEX triplet: 48, 8D and 70. RGB value is (72,141,112). Sum of RGB (Red+Green+Blue) = 72+141+112=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #488D70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D70 is #B7728F. Grayscale: #757575. Windows color (decimal): -12022416 or 7376200. OLE color: 7376200.

HSL color Cylindrical-coordinate representation of color #488D70: hue angle of 154.78º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488D70 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB72141112-
CMYK0.4900.210.45
HSL154.78º32.39%41.76%-
HSV(B)154.78º48.94%55.29%-
XYZ15.1221.618.7-
YUV117.06125.1495.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 141 (55.47% from 255) = 43.38%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=22.15%
G=43.38%
B=34.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721411120.4900.210.45154.7832.3941.76
Hex488D70310152D9b202a
Octal11021516061025552334052
Binary100100010001101111000011000101010110110110011011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488D70; }

 p { color: rgb(72,141,112); }

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

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

 a { background-color: rgb(72,141,112); }

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

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

 span { border-color: rgb(72,141,112); }

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