#48827F

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

Shades of Paradiso #48827F

Tints of Paradiso #48827F

Color information

#48827F (or 0x48827F) is unknown color: approx Paradiso. HEX triplet: 48, 82 and 7F. RGB value is (72,130,127). Sum of RGB (Red+Green+Blue) = 72+130+127=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #48827F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48827F is #B77D80. Grayscale: #707070. Windows color (decimal): -12025217 or 8356424. OLE color: 8356424.

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

Color convert

RGB72130127-
CMYK0.4500.020.49
HSL176.9º28.71%39.61%-
HSV(B)176.9º44.62%50.98%-
XYZ14.4918.8822.96-
YUV112.32136.2899.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 127 (50% from 255) = 38.60%
R=21.88%
G=39.51%
B=38.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721301270.4500.020.49176.928.7139.61
Hex48827F2D0231b11d28
Octal1102021775502612613550
Binary10010001000001011111111011010101100011011000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48827F; }

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

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

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

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

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

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

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

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