#488D6B

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

Shades of Viridian #488D6B

Tints of Viridian #488D6B

Color information

#488D6B (or 0x488D6B) is unknown color: approx Viridian. HEX triplet: 48, 8D and 6B. RGB value is (72,141,107). Sum of RGB (Red+Green+Blue) = 72+141+107=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #488D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D6B is #B77294. Grayscale: #747474. Windows color (decimal): -12022421 or 7048520. OLE color: 7048520.

HSL color Cylindrical-coordinate representation of color #488D6B: hue angle of 150.43º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488D6B is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB72141107-
CMYK0.4900.240.45
HSL150.43º32.39%41.76%-
HSV(B)150.43º48.94%55.29%-
XYZ14.8521.4917.27-
YUV116.49122.6496.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.5%
GREEN value IS 141 (55.47% from 255) = 44.06%
BLUE value IS 107 (42.19% from 255) = 33.44%
R=22.5%
G=44.06%
B=33.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721411070.4900.240.45150.4332.3941.76
Hex488D6B310182D96202a
Octal11021515361030552264052
Binary100100010001101110101111000101100010110110010110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,141,107); }

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

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

 a { background-color: rgb(72,141,107); }

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

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

 span { border-color: rgb(72,141,107); }

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