#488273

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

Shades of Viridian #488273

Tints of Viridian #488273

Color information

#488273 (or 0x488273) is unknown color: approx Viridian. HEX triplet: 48, 82 and 73. RGB value is (72,130,115). Sum of RGB (Red+Green+Blue) = 72+130+115=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #488273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488273 is #B77D8C. Grayscale: #6E6E6E. Windows color (decimal): -12025229 or 7569992. OLE color: 7569992.

HSL color Cylindrical-coordinate representation of color #488273: hue angle of 164.48º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488273 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB72130115-
CMYK0.4500.120.49
HSL164.48º28.71%39.61%-
HSV(B)164.48º44.62%50.98%-
XYZ13.7518.5819.08-
YUV110.95130.28100.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=22.71%
G=41.01%
B=36.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721301150.4500.120.49164.4828.7139.61
Hex4882732D0C31a41d28
Octal11020216355014612443550
Binary1001000100000101110011101101011001100011010010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488273; }

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

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

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

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

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

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

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

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