Shades of Paradiso #41847F
Tints of Paradiso #41847F
RGB
CMYK
RGB Variations
Color information
#41847F (or 0x41847F) is known color: Paradiso. HEX triplet: 41, 84 and 7F. RGB value is (65,132,127). Sum of RGB (Red+Green+Blue) = 65+132+127=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #41847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41847F is #BE7B80. Grayscale: #6F6F6F. Windows color (decimal): -12483457 or 8356929. OLE color: 8356929.
HSL color Cylindrical-coordinate representation of color #41847F: hue angle of 175.52º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41847F is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 132 | 127 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.48 |
| HSL | 175.52º | 0.34% | 0.39% | - |
| HSV(B) | 175.52º | 0.51% | 0.52% | - |
| XYZ | 14.26 | 19.16 | 23.02 | - |
| YUV | 111.4 | 136.8 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 132 | 127 | 0.51 | 0 | 0.04 | 0.48 | 175.52 | 0.34 | 0.39 |
| Hex | 41 | 84 | 7F | 33 | 0 | 4 | 30 | B0 | 22 | 27 |
| Octal | 101 | 204 | 177 | 63 | 0 | 4 | 60 | 260 | 42 | 47 |
| Binary | 1000001 | 10000100 | 1111111 | 110011 | 0 | 100 | 110000 | 10110000 | 100010 | 100111 |
Color Harmonies of #41847F
Complementary color
Monochromatic Colors of #41847F
Black with #41847F
Text Example
Text Example
White with #41847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41847F; }
p { color: rgb(65,132,127); }
H1.HeaderClassName
{
color: #41847F;
}
.AnyTagClassName
{
color: #41847F;
}
</style>
background-color css
<style>
a { background-color: #41847F; }
a { background-color: rgb(65,132,127); }
div.DivClassName
{
background-color: #41847F;
}
.BgClassName
{
background-color: #41847F;
}
</style>
border-color css
<style>
span { border-color: #41847F; }
span { border-color: rgb(65,132,127); }
td.TdClassName
{
border-color: #41847F;
}
.TagClassName
{
border-color: #41847F;
}
</style>