#488F77

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

Shades of Viridian #488F77

Tints of Viridian #488F77

Color information

#488F77 (or 0x488F77) is unknown color: approx Viridian. HEX triplet: 48, 8F and 77. RGB value is (72,143,119). Sum of RGB (Red+Green+Blue) = 72+143+119=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 143 - color contains mainly: green. Hex color #488F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488F77 is #B77088. Grayscale: #777777. Windows color (decimal): -12021897 or 7835464. OLE color: 7835464.

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

Color convert

RGB72143119-
CMYK0.5000.170.44
HSL159.72º33.02%42.16%-
HSV(B)159.72º49.65%56.08%-
XYZ15.8222.3520.93-
YUV119.04127.9894.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.56%
GREEN value IS 143 (56.25% from 255) = 42.81%
BLUE value IS 119 (46.88% from 255) = 35.63%
R=21.56%
G=42.81%
B=35.63%

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
Decimal721431190.5000.170.44159.7233.0242.16
Hex488F77320112Ca0212a
Octal11021716762021542404152
Binary100100010001111111011111001001000110110010100000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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