#488878

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

Shades of Viridian #488878

Tints of Viridian #488878

Color information

#488878 (or 0x488878) is unknown color: approx Viridian. HEX triplet: 48, 88 and 78. RGB value is (72,136,120). Sum of RGB (Red+Green+Blue) = 72+136+120=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 136 - color contains mainly: green. Hex color #488878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488878 is #B77787. Grayscale: #737373. Windows color (decimal): -12023688 or 7899208. OLE color: 7899208.

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

Color convert

RGB72136120-
CMYK0.4700.120.47
HSL165º30.77%40.78%-
HSV(B)165º47.06%53.33%-
XYZ14.8720.3420.91-
YUV115.04130.897.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 136 (53.52% from 255) = 41.46%
BLUE value IS 120 (47.27% from 255) = 36.59%
R=21.95%
G=41.46%
B=36.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721361200.4700.120.4716530.7740.78
Hex4888782F0C2Fa51f29
Octal11021017057014572453751
Binary1001000100010001111000101111011001011111010010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488878; }

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

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

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

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

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

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

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

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