#488F76

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

Shades of Viridian #488F76

Tints of Viridian #488F76

Color information

#488F76 (or 0x488F76) is unknown color: approx Viridian. HEX triplet: 48, 8F and 76. RGB value is (72,143,118). Sum of RGB (Red+Green+Blue) = 72+143+118=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 143 - color contains mainly: green. Hex color #488F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488F76 is #B77089. Grayscale: #767676. Windows color (decimal): -12021898 or 7769928. OLE color: 7769928.

HSL color Cylindrical-coordinate representation of color #488F76: hue angle of 158.87º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488F76 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB72143118-
CMYK0.5000.170.44
HSL158.87º33.02%42.16%-
HSV(B)158.87º49.65%56.08%-
XYZ15.7622.3320.62-
YUV118.92127.4894.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 143 (56.25% from 255) = 42.94%
BLUE value IS 118 (46.48% from 255) = 35.44%
R=21.62%
G=42.94%
B=35.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721431180.5000.170.44158.8733.0242.16
Hex488F76320112C9f212a
Octal11021716662021542374152
Binary100100010001111111011011001001000110110010011111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,143,118); }

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

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

 a { background-color: rgb(72,143,118); }

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

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

 span { border-color: rgb(72,143,118); }

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