#488873

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

Shades of Viridian #488873

Tints of Viridian #488873

Color information

#488873 (or 0x488873) is unknown color: approx Viridian. HEX triplet: 48, 88 and 73. RGB value is (72,136,115). Sum of RGB (Red+Green+Blue) = 72+136+115=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #488873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488873 is #B7778C. Grayscale: #727272. Windows color (decimal): -12023693 or 7571528. OLE color: 7571528.

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

Color convert

RGB72136115-
CMYK0.4700.150.47
HSL160.31º30.77%40.78%-
HSV(B)160.31º47.06%53.33%-
XYZ14.5720.2219.36-
YUV114.47128.397.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 115 (45.31% from 255) = 35.60%
R=22.29%
G=42.11%
B=35.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721361150.4700.150.47160.3130.7740.78
Hex4888732F0F2Fa01f29
Octal11021016357017572403751
Binary1001000100010001110011101111011111011111010000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488873; }

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

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

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

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

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

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

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

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