Shades of Paradiso #418683
Tints of Paradiso #418683
RGB
CMYK
RGB Variations
Color information
#418683 (or 0x418683) is known color: Paradiso. HEX triplet: 41, 86 and 83. RGB value is (65,134,131). Sum of RGB (Red+Green+Blue) = 65+134+131=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #418683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418683 is #BE797C. Grayscale: #707070. Windows color (decimal): -12482941 or 8619585. OLE color: 8619585.
HSL color Cylindrical-coordinate representation of color #418683: hue angle of 177.39º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418683 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 134 | 131 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.47 |
| HSL | 177.39º | 0.35% | 0.39% | - |
| HSV(B) | 177.39º | 0.51% | 0.53% | - |
| XYZ | 14.8 | 19.81 | 24.52 | - |
| YUV | 113.03 | 138.14 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 134 | 131 | 0.51 | 0 | 0.02 | 0.47 | 177.39 | 0.35 | 0.39 |
| Hex | 41 | 86 | 83 | 33 | 0 | 2 | 2F | B1 | 23 | 27 |
| Octal | 101 | 206 | 203 | 63 | 0 | 2 | 57 | 261 | 43 | 47 |
| Binary | 1000001 | 10000110 | 10000011 | 110011 | 0 | 10 | 101111 | 10110001 | 100011 | 100111 |
Color Harmonies of #418683
Complementary color
Monochromatic Colors of #418683
Black with #418683
Text Example
Text Example
White with #418683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418683; }
p { color: rgb(65,134,131); }
H1.HeaderClassName
{
color: #418683;
}
.AnyTagClassName
{
color: #418683;
}
</style>
background-color css
<style>
a { background-color: #418683; }
a { background-color: rgb(65,134,131); }
div.DivClassName
{
background-color: #418683;
}
.BgClassName
{
background-color: #418683;
}
</style>
border-color css
<style>
span { border-color: #418683; }
span { border-color: rgb(65,134,131); }
td.TdClassName
{
border-color: #418683;
}
.TagClassName
{
border-color: #418683;
}
</style>