Shades of Paradiso #418785
Tints of Paradiso #418785
RGB
CMYK
RGB Variations
Color information
#418785 (or 0x418785) is known color: Paradiso. HEX triplet: 41, 87 and 85. RGB value is (65,135,133). Sum of RGB (Red+Green+Blue) = 65+135+133=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #418785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418785 is #BE787A. Grayscale: #717171. Windows color (decimal): -12482683 or 8750913. OLE color: 8750913.
HSL color Cylindrical-coordinate representation of color #418785: hue angle of 178.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418785 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 135 | 133 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.47 |
| HSL | 178.29º | 0.35% | 0.39% | - |
| HSV(B) | 178.29º | 0.52% | 0.53% | - |
| XYZ | 15.08 | 20.15 | 25.28 | - |
| YUV | 113.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 135 | 133 | 0.52 | 0 | 0.01 | 0.47 | 178.29 | 0.35 | 0.39 |
| Hex | 41 | 87 | 85 | 34 | 0 | 1 | 2F | B2 | 23 | 27 |
| Octal | 101 | 207 | 205 | 64 | 0 | 1 | 57 | 262 | 43 | 47 |
| Binary | 1000001 | 10000111 | 10000101 | 110100 | 0 | 1 | 101111 | 10110010 | 100011 | 100111 |
Color Harmonies of #418785
Complementary color
Monochromatic Colors of #418785
Black with #418785
Text Example
Text Example
White with #418785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418785; }
p { color: rgb(65,135,133); }
H1.HeaderClassName
{
color: #418785;
}
.AnyTagClassName
{
color: #418785;
}
</style>
background-color css
<style>
a { background-color: #418785; }
a { background-color: rgb(65,135,133); }
div.DivClassName
{
background-color: #418785;
}
.BgClassName
{
background-color: #418785;
}
</style>
border-color css
<style>
span { border-color: #418785; }
span { border-color: rgb(65,135,133); }
td.TdClassName
{
border-color: #418785;
}
.TagClassName
{
border-color: #418785;
}
</style>