Shades of Paradiso #3A837F
Tints of Paradiso #3A837F
RGB
CMYK
RGB Variations
Color information
#3A837F (or 0x3A837F) is known color: Paradiso. HEX triplet: 3A, 83 and 7F. RGB value is (58,131,127). Sum of RGB (Red+Green+Blue) = 58+131+127=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #3A837F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A837F is #C57C80. Grayscale: #6C6C6C. Windows color (decimal): -12942465 or 8356666. OLE color: 8356666.
HSL color Cylindrical-coordinate representation of color #3A837F: hue angle of 176.71º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A837F is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 131 | 127 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.49 |
| HSL | 176.71º | 0.39% | 0.37% | - |
| HSV(B) | 176.71º | 0.56% | 0.51% | - |
| XYZ | 13.69 | 18.66 | 22.96 | - |
| YUV | 108.72 | 138.32 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 131 | 127 | 0.56 | 0 | 0.03 | 0.49 | 176.71 | 0.39 | 0.37 |
| Hex | 3A | 83 | 7F | 38 | 0 | 3 | 31 | B1 | 27 | 25 |
| Octal | 72 | 203 | 177 | 70 | 0 | 3 | 61 | 261 | 47 | 45 |
| Binary | 111010 | 10000011 | 1111111 | 111000 | 0 | 11 | 110001 | 10110001 | 100111 | 100101 |
Color Harmonies of #3A837F
Complementary color
Monochromatic Colors of #3A837F
Black with #3A837F
Text Example
Text Example
White with #3A837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A837F; }
p { color: rgb(58,131,127); }
H1.HeaderClassName
{
color: #3A837F;
}
.AnyTagClassName
{
color: #3A837F;
}
</style>
background-color css
<style>
a { background-color: #3A837F; }
a { background-color: rgb(58,131,127); }
div.DivClassName
{
background-color: #3A837F;
}
.BgClassName
{
background-color: #3A837F;
}
</style>
border-color css
<style>
span { border-color: #3A837F; }
span { border-color: rgb(58,131,127); }
td.TdClassName
{
border-color: #3A837F;
}
.TagClassName
{
border-color: #3A837F;
}
</style>