#49827F

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

Shades of Paradiso #49827F

Tints of Paradiso #49827F

Color information

#49827F (or 0x49827F) is unknown color: approx Paradiso. HEX triplet: 49, 82 and 7F. RGB value is (73,130,127). Sum of RGB (Red+Green+Blue) = 73+130+127=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #49827F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49827F is #B67D80. Grayscale: #707070. Windows color (decimal): -11959681 or 8356425. OLE color: 8356425.

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

Color convert

RGB73130127-
CMYK0.4400.020.49
HSL176.84º28.08%39.8%-
HSV(B)176.84º43.85%50.98%-
XYZ14.5618.9122.96-
YUV112.62136.1299.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 127 (50% from 255) = 38.48%
R=22.12%
G=39.39%
B=38.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731301270.4400.020.49176.8428.0839.8
Hex49827F2C0231b11c28
Octal1112021775402612613450
Binary10010011000001011111111011000101100011011000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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