Shades of Salem #038852
Tints of Salem #038852
RGB
CMYK
RGB Variations
Color information
#038852 (or 0x038852) is known color: Salem. HEX triplet: 03, 88 and 52. RGB value is (3,136,82). Sum of RGB (Red+Green+Blue) = 3+136+82=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 136 (53.52% from 255 or 61.54% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 136 - color contains mainly: green. Hex color #038852 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038852 is #FC77AD. Grayscale: #5A5A5A. Windows color (decimal): -16545710 or 5408771. OLE color: 5408771.
HSL color Cylindrical-coordinate representation of color #038852: hue angle of 155.64º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038852 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 136 | 82 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.47 |
| HSL | 155.64º | 0.96% | 0.27% | - |
| HSV(B) | 155.64º | 0.98% | 0.53% | - |
| XYZ | 10.36 | 18.24 | 10.96 | - |
| YUV | 90.08 | 123.44 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 136 | 82 | 0.98 | 0 | 0.40 | 0.47 | 155.64 | 0.96 | 0.27 |
| Hex | 3 | 88 | 52 | 62 | 0 | 28 | 2F | 9C | 60 | 1B |
| Octal | 3 | 210 | 122 | 142 | 0 | 50 | 57 | 234 | 140 | 33 |
| Binary | 11 | 10001000 | 1010010 | 1100010 | 0 | 101000 | 101111 | 10011100 | 1100000 | 11011 |
Color Harmonies of #038852
Complementary color
Monochromatic Colors of #038852
Black with #038852
Text Example
Text Example
White with #038852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038852; }
p { color: rgb(3,136,82); }
H1.HeaderClassName
{
color: #038852;
}
.AnyTagClassName
{
color: #038852;
}
</style>
background-color css
<style>
a { background-color: #038852; }
a { background-color: rgb(3,136,82); }
div.DivClassName
{
background-color: #038852;
}
.BgClassName
{
background-color: #038852;
}
</style>
border-color css
<style>
span { border-color: #038852; }
span { border-color: rgb(3,136,82); }
td.TdClassName
{
border-color: #038852;
}
.TagClassName
{
border-color: #038852;
}
</style>