Shades of Paradiso #42837F
Tints of Paradiso #42837F
RGB
CMYK
RGB Variations
Color information
#42837F (or 0x42837F) is known color: Paradiso. HEX triplet: 42, 83 and 7F. RGB value is (66,131,127). Sum of RGB (Red+Green+Blue) = 66+131+127=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #42837F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42837F is #BD7C80. Grayscale: #6F6F6F. Windows color (decimal): -12418177 or 8356674. OLE color: 8356674.
HSL color Cylindrical-coordinate representation of color #42837F: hue angle of 176.31º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42837F is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 131 | 127 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.49 |
| HSL | 176.31º | 0.33% | 0.39% | - |
| HSV(B) | 176.31º | 0.5% | 0.51% | - |
| XYZ | 14.19 | 18.92 | 22.98 | - |
| YUV | 111.11 | 136.97 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 131 | 127 | 0.50 | 0 | 0.03 | 0.49 | 176.31 | 0.33 | 0.39 |
| Hex | 42 | 83 | 7F | 32 | 0 | 3 | 31 | B0 | 21 | 27 |
| Octal | 102 | 203 | 177 | 62 | 0 | 3 | 61 | 260 | 41 | 47 |
| Binary | 1000010 | 10000011 | 1111111 | 110010 | 0 | 11 | 110001 | 10110000 | 100001 | 100111 |
Color Harmonies of #42837F
Complementary color
Monochromatic Colors of #42837F
Black with #42837F
Text Example
Text Example
White with #42837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42837F; }
p { color: rgb(66,131,127); }
H1.HeaderClassName
{
color: #42837F;
}
.AnyTagClassName
{
color: #42837F;
}
</style>
background-color css
<style>
a { background-color: #42837F; }
a { background-color: rgb(66,131,127); }
div.DivClassName
{
background-color: #42837F;
}
.BgClassName
{
background-color: #42837F;
}
</style>
border-color css
<style>
span { border-color: #42837F; }
span { border-color: rgb(66,131,127); }
td.TdClassName
{
border-color: #42837F;
}
.TagClassName
{
border-color: #42837F;
}
</style>