#488872

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

Shades of Viridian #488872

Tints of Viridian #488872

Color information

#488872 (or 0x488872) is unknown color: approx Viridian. HEX triplet: 48, 88 and 72. RGB value is (72,136,114). Sum of RGB (Red+Green+Blue) = 72+136+114=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #488872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488872 is #B7778D. Grayscale: #727272. Windows color (decimal): -12023694 or 7505992. OLE color: 7505992.

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

Color convert

RGB72136114-
CMYK0.4700.160.47
HSL159.38º30.77%40.78%-
HSV(B)159.38º47.06%53.33%-
XYZ14.5120.219.05-
YUV114.36127.897.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 136 (53.52% from 255) = 42.24%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=22.36%
G=42.24%
B=35.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721361140.4700.160.47159.3830.7740.78
Hex4888722F0102F9f1f29
Octal11021016257020572373751
Binary10010001000100011100101011110100001011111001111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488872; }

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

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

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

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

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

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

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

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