Shades of Salem #03824C
Tints of Salem #03824C
RGB
CMYK
RGB Variations
Color information
#03824C (or 0x03824C) is known color: Salem. HEX triplet: 03, 82 and 4C. RGB value is (3,130,76). Sum of RGB (Red+Green+Blue) = 3+130+76=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #03824C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03824C is #FC7DB3. Grayscale: #555555. Windows color (decimal): -16547252 or 5014019. OLE color: 5014019.
HSL color Cylindrical-coordinate representation of color #03824C: hue angle of 154.49º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03824C is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 76 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.49 |
| HSL | 154.49º | 0.95% | 0.26% | - |
| HSV(B) | 154.49º | 0.98% | 0.51% | - |
| XYZ | 9.32 | 16.51 | 9.53 | - |
| YUV | 85.87 | 122.42 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 76 | 0.98 | 0 | 0.42 | 0.49 | 154.49 | 0.95 | 0.26 |
| Hex | 3 | 82 | 4C | 62 | 0 | 2A | 31 | 9A | 5F | 1A |
| Octal | 3 | 202 | 114 | 142 | 0 | 52 | 61 | 232 | 137 | 32 |
| Binary | 11 | 10000010 | 1001100 | 1100010 | 0 | 101010 | 110001 | 10011010 | 1011111 | 11010 |
Color Harmonies of #03824C
Complementary color
Monochromatic Colors of #03824C
Black with #03824C
Text Example
Text Example
White with #03824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03824C; }
p { color: rgb(3,130,76); }
H1.HeaderClassName
{
color: #03824C;
}
.AnyTagClassName
{
color: #03824C;
}
</style>
background-color css
<style>
a { background-color: #03824C; }
a { background-color: rgb(3,130,76); }
div.DivClassName
{
background-color: #03824C;
}
.BgClassName
{
background-color: #03824C;
}
</style>
border-color css
<style>
span { border-color: #03824C; }
span { border-color: rgb(3,130,76); }
td.TdClassName
{
border-color: #03824C;
}
.TagClassName
{
border-color: #03824C;
}
</style>