#488F75

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

Shades of Viridian #488F75

Tints of Viridian #488F75

Color information

#488F75 (or 0x488F75) is unknown color: approx Viridian. HEX triplet: 48, 8F and 75. RGB value is (72,143,117). Sum of RGB (Red+Green+Blue) = 72+143+117=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 143 - color contains mainly: green. Hex color #488F75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488F75 is #B7708A. Grayscale: #767676. Windows color (decimal): -12021899 or 7704392. OLE color: 7704392.

HSL color Cylindrical-coordinate representation of color #488F75: hue angle of 158.03º 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 #488F75 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB72143117-
CMYK0.5000.180.44
HSL158.03º33.02%42.16%-
HSV(B)158.03º49.65%56.08%-
XYZ15.7122.3120.31-
YUV118.81126.9894.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 143 (56.25% from 255) = 43.07%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=21.69%
G=43.07%
B=35.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721431170.5000.180.44158.0333.0242.16
Hex488F75320122C9e212a
Octal11021716562022542364152
Binary100100010001111111010111001001001010110010011110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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