#488B6A

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

Shades of Viridian #488B6A

Tints of Viridian #488B6A

Color information

#488B6A (or 0x488B6A) is unknown color: approx Viridian. HEX triplet: 48, 8B and 6A. RGB value is (72,139,106). Sum of RGB (Red+Green+Blue) = 72+139+106=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #488B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B6A is #B77495. Grayscale: #737373. Windows color (decimal): -12022934 or 6982472. OLE color: 6982472.

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

Color convert

RGB72139106-
CMYK0.4800.240.45
HSL150.45º31.75%41.37%-
HSV(B)150.45º48.2%54.51%-
XYZ14.5120.8816.9-
YUV115.2122.897.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 139 (54.69% from 255) = 43.85%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=22.71%
G=43.85%
B=33.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721391060.4800.240.45150.4531.7541.37
Hex488B6A300182D962029
Octal11021315260030552264051
Binary100100010001011110101011000001100010110110010110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,139,106); }

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

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

 a { background-color: rgb(72,139,106); }

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

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

 span { border-color: rgb(72,139,106); }

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