#488973

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

Shades of Viridian #488973

Tints of Viridian #488973

Color information

#488973 (or 0x488973) is unknown color: approx Viridian. HEX triplet: 48, 89 and 73. RGB value is (72,137,115). Sum of RGB (Red+Green+Blue) = 72+137+115=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #488973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488973 is #B7768C. Grayscale: #737373. Windows color (decimal): -12023437 or 7571784. OLE color: 7571784.

HSL color Cylindrical-coordinate representation of color #488973: hue angle of 159.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488973 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB72137115-
CMYK0.4700.160.46
HSL159.69º31.1%40.98%-
HSV(B)159.69º47.45%53.73%-
XYZ14.7120.5119.4-
YUV115.06127.9797.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.22%
GREEN value IS 137 (53.91% from 255) = 42.28%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=22.22%
G=42.28%
B=35.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721371150.4700.160.46159.6931.140.98
Hex4889732F0102Ea01f29
Octal11021116357020562403751
Binary10010001000100111100111011110100001011101010000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488973; }

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

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

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

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

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

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

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

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