#488181

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

Shades of Paradiso #488181

Tints of Paradiso #488181

Color information

#488181 (or 0x488181) is unknown color: approx Paradiso. HEX triplet: 48, 81 and 81. RGB value is (72,129,129). Sum of RGB (Red+Green+Blue) = 72+129+129=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #488181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488181 is #B77E7E. Grayscale: #6F6F6F. Windows color (decimal): -12025471 or 8487240. OLE color: 8487240.

HSL color Cylindrical-coordinate representation of color #488181: hue angle of 180º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #488181 is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB72129129-
CMYK0.44000.49
HSL180º28.36%39.41%-
HSV(B)180º44.19%50.59%-
XYZ14.4918.6623.61-
YUV111.96137.6299.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=21.82%
G=39.09%
B=39.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721291290.44000.4918028.3639.41
Hex4881812C0031b41c27
Octal1102012015400612643447
Binary10010001000000110000001101100001100011011010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488181; }

 p { color: rgb(72,129,129); }

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

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

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

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

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

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

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