Shades of Salem #038745
Tints of Salem #038745
RGB
CMYK
RGB Variations
Color information
#038745 (or 0x038745) is known color: Salem. HEX triplet: 03, 87 and 45. RGB value is (3,135,69). Sum of RGB (Red+Green+Blue) = 3+135+69=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 135 (53.12% from 255 or 65.22% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 135 - color contains mainly: green. Hex color #038745 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038745 is #FC78BA. Grayscale: #585858. Windows color (decimal): -16545979 or 4556547. OLE color: 4556547.
HSL color Cylindrical-coordinate representation of color #038745: hue angle of 150º 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 #038745 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 135 | 69 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.47 |
| HSL | 150º | 0.96% | 0.27% | - |
| HSV(B) | 150º | 0.98% | 0.53% | - |
| XYZ | 9.78 | 17.78 | 8.55 | - |
| YUV | 88.01 | 117.27 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 135 | 69 | 0.98 | 0 | 0.49 | 0.47 | 150 | 0.96 | 0.27 |
| Hex | 3 | 87 | 45 | 62 | 0 | 31 | 2F | 96 | 60 | 1B |
| Octal | 3 | 207 | 105 | 142 | 0 | 61 | 57 | 226 | 140 | 33 |
| Binary | 11 | 10000111 | 1000101 | 1100010 | 0 | 110001 | 101111 | 10010110 | 1100000 | 11011 |
Color Harmonies of #038745
Complementary color
Monochromatic Colors of #038745
Black with #038745
Text Example
Text Example
White with #038745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038745; }
p { color: rgb(3,135,69); }
H1.HeaderClassName
{
color: #038745;
}
.AnyTagClassName
{
color: #038745;
}
</style>
background-color css
<style>
a { background-color: #038745; }
a { background-color: rgb(3,135,69); }
div.DivClassName
{
background-color: #038745;
}
.BgClassName
{
background-color: #038745;
}
</style>
border-color css
<style>
span { border-color: #038745; }
span { border-color: rgb(3,135,69); }
td.TdClassName
{
border-color: #038745;
}
.TagClassName
{
border-color: #038745;
}
</style>