Shades of Paradiso #42837D
Tints of Paradiso #42837D
RGB
CMYK
RGB Variations
Color information
#42837D (or 0x42837D) is known color: Paradiso. HEX triplet: 42, 83 and 7D. RGB value is (66,131,125). Sum of RGB (Red+Green+Blue) = 66+131+125=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #42837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42837D is #BD7C82. Grayscale: #6E6E6E. Windows color (decimal): -12418179 or 8225602. OLE color: 8225602.
HSL color Cylindrical-coordinate representation of color #42837D: hue angle of 174.46º 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 #42837D is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 131 | 125 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.49 |
| HSL | 174.46º | 0.33% | 0.39% | - |
| HSV(B) | 174.46º | 0.5% | 0.51% | - |
| XYZ | 14.06 | 18.87 | 22.3 | - |
| YUV | 110.88 | 135.97 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 131 | 125 | 0.50 | 0 | 0.05 | 0.49 | 174.46 | 0.33 | 0.39 |
| Hex | 42 | 83 | 7D | 32 | 0 | 5 | 31 | AE | 21 | 27 |
| Octal | 102 | 203 | 175 | 62 | 0 | 5 | 61 | 256 | 41 | 47 |
| Binary | 1000010 | 10000011 | 1111101 | 110010 | 0 | 101 | 110001 | 10101110 | 100001 | 100111 |
Color Harmonies of #42837D
Complementary color
Monochromatic Colors of #42837D
Black with #42837D
Text Example
Text Example
White with #42837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42837D; }
p { color: rgb(66,131,125); }
H1.HeaderClassName
{
color: #42837D;
}
.AnyTagClassName
{
color: #42837D;
}
</style>
background-color css
<style>
a { background-color: #42837D; }
a { background-color: rgb(66,131,125); }
div.DivClassName
{
background-color: #42837D;
}
.BgClassName
{
background-color: #42837D;
}
</style>
border-color css
<style>
span { border-color: #42837D; }
span { border-color: rgb(66,131,125); }
td.TdClassName
{
border-color: #42837D;
}
.TagClassName
{
border-color: #42837D;
}
</style>