Shades of Spectra #395D4D
Tints of Spectra #395D4D
RGB
CMYK
RGB Variations
Color information
#395D4D (or 0x395D4D) is known color: Spectra. HEX triplet: 39, 5D and 4D. RGB value is (57,93,77). Sum of RGB (Red+Green+Blue) = 57+93+77=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 93 - color contains mainly: green. Hex color #395D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395D4D is #C6A2B2. Grayscale: #505050. Windows color (decimal): -13017779 or 5070137. OLE color: 5070137.
HSL color Cylindrical-coordinate representation of color #395D4D: hue angle of 153.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395D4D is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 93 | 77 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.64 |
| HSL | 153.33º | 0.24% | 0.29% | - |
| HSV(B) | 153.33º | 0.39% | 0.36% | - |
| XYZ | 6.94 | 9.23 | 8.44 | - |
| YUV | 80.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 93 | 77 | 0.39 | 0 | 0.17 | 0.64 | 153.33 | 0.24 | 0.29 |
| Hex | 39 | 5D | 4D | 27 | 0 | 11 | 40 | 99 | 18 | 1D |
| Octal | 71 | 135 | 115 | 47 | 0 | 21 | 100 | 231 | 30 | 35 |
| Binary | 111001 | 1011101 | 1001101 | 100111 | 0 | 10001 | 1000000 | 10011001 | 11000 | 11101 |
Color Harmonies of #395D4D
Complementary color
Monochromatic Colors of #395D4D
Black with #395D4D
Text Example
Text Example
White with #395D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395D4D; }
p { color: rgb(57,93,77); }
H1.HeaderClassName
{
color: #395D4D;
}
.AnyTagClassName
{
color: #395D4D;
}
</style>
background-color css
<style>
a { background-color: #395D4D; }
a { background-color: rgb(57,93,77); }
div.DivClassName
{
background-color: #395D4D;
}
.BgClassName
{
background-color: #395D4D;
}
</style>
border-color css
<style>
span { border-color: #395D4D; }
span { border-color: rgb(57,93,77); }
td.TdClassName
{
border-color: #395D4D;
}
.TagClassName
{
border-color: #395D4D;
}
</style>