#488B73

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

Shades of Viridian #488B73

Tints of Viridian #488B73

Color information

#488B73 (or 0x488B73) is unknown color: approx Viridian. HEX triplet: 48, 8B and 73. RGB value is (72,139,115). Sum of RGB (Red+Green+Blue) = 72+139+115=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 139 - color contains mainly: green. Hex color #488B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B73 is #B7748C. Grayscale: #747474. Windows color (decimal): -12022925 or 7572296. OLE color: 7572296.

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

Color convert

RGB72139115-
CMYK0.4800.170.45
HSL158.51º31.75%41.37%-
HSV(B)158.51º48.2%54.51%-
XYZ1521.0819.5-
YUV116.23127.396.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 139 (54.69% from 255) = 42.64%
BLUE value IS 115 (45.31% from 255) = 35.28%
R=22.09%
G=42.64%
B=35.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721391150.4800.170.45158.5131.7541.37
Hex488B73300112D9f2029
Octal11021316360021552374051
Binary100100010001011111001111000001000110110110011111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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