Shades of Arsenic #39454C
Tints of Arsenic #39454C
RGB
CMYK
RGB Variations
Color information
#39454C (or 0x39454C) is known color: Arsenic. HEX triplet: 39, 45 and 4C. RGB value is (57,69,76). Sum of RGB (Red+Green+Blue) = 57+69+76=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 76 - color contains mainly: blue. Hex color #39454C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39454C is #C6BAB3. Grayscale: #424242. Windows color (decimal): -13023924 or 4998457. OLE color: 4998457.
HSL color Cylindrical-coordinate representation of color #39454C: hue angle of 202.11º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #39454C is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 69 | 76 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.70 |
| HSL | 202.11º | 0.14% | 0.26% | - |
| HSV(B) | 202.11º | 0.25% | 0.3% | - |
| XYZ | 5.12 | 5.65 | 7.66 | - |
| YUV | 66.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 76 | 0.25 | 0.09 | 0 | 0.70 | 202.11 | 0.14 | 0.26 |
| Hex | 39 | 45 | 4C | 19 | 9 | 0 | 46 | CA | E | 1A |
| Octal | 71 | 105 | 114 | 31 | 11 | 0 | 106 | 312 | 16 | 32 |
| Binary | 111001 | 1000101 | 1001100 | 11001 | 1001 | 0 | 1000110 | 11001010 | 1110 | 11010 |
Color Harmonies of #39454C
Complementary color
Monochromatic Colors of #39454C
Black with #39454C
Text Example
Text Example
White with #39454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39454C; }
p { color: rgb(57,69,76); }
H1.HeaderClassName
{
color: #39454C;
}
.AnyTagClassName
{
color: #39454C;
}
</style>
background-color css
<style>
a { background-color: #39454C; }
a { background-color: rgb(57,69,76); }
div.DivClassName
{
background-color: #39454C;
}
.BgClassName
{
background-color: #39454C;
}
</style>
border-color css
<style>
span { border-color: #39454C; }
span { border-color: rgb(57,69,76); }
td.TdClassName
{
border-color: #39454C;
}
.TagClassName
{
border-color: #39454C;
}
</style>