#488271

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

Shades of Viridian #488271

Tints of Viridian #488271

Color information

#488271 (or 0x488271) is unknown color: approx Viridian. HEX triplet: 48, 82 and 71. RGB value is (72,130,113). Sum of RGB (Red+Green+Blue) = 72+130+113=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #488271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488271 is #B77D8E. Grayscale: #6E6E6E. Windows color (decimal): -12025231 or 7438920. OLE color: 7438920.

HSL color Cylindrical-coordinate representation of color #488271: hue angle of 162.41º 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 #488271 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB72130113-
CMYK0.4500.130.49
HSL162.41º28.71%39.61%-
HSV(B)162.41º44.62%50.98%-
XYZ13.6418.5418.48-
YUV110.72129.28100.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.86%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=22.86%
G=41.27%
B=35.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721301130.4500.130.49162.4128.7139.61
Hex4882712D0D31a21d28
Octal11020216155015612423550
Binary1001000100000101110001101101011011100011010001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488271; }

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

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

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

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

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

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

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

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