Shades of Spectra #395C4E
Tints of Spectra #395C4E
RGB
CMYK
RGB Variations
Color information
#395C4E (or 0x395C4E) is known color: Spectra. HEX triplet: 39, 5C and 4E. RGB value is (57,92,78). Sum of RGB (Red+Green+Blue) = 57+92+78=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #395C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C4E is #C6A3B1. Grayscale: #4F4F4F. Windows color (decimal): -13018034 or 5135417. OLE color: 5135417.
HSL color Cylindrical-coordinate representation of color #395C4E: hue angle of 156º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #395C4E is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 92 | 78 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.64 |
| HSL | 156º | 0.23% | 0.29% | - |
| HSV(B) | 156º | 0.38% | 0.36% | - |
| XYZ | 6.89 | 9.07 | 8.6 | - |
| YUV | 79.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 92 | 78 | 0.38 | 0 | 0.15 | 0.64 | 156 | 0.23 | 0.29 |
| Hex | 39 | 5C | 4E | 26 | 0 | F | 40 | 9C | 17 | 1D |
| Octal | 71 | 134 | 116 | 46 | 0 | 17 | 100 | 234 | 27 | 35 |
| Binary | 111001 | 1011100 | 1001110 | 100110 | 0 | 1111 | 1000000 | 10011100 | 10111 | 11101 |
Color Harmonies of #395C4E
Complementary color
Monochromatic Colors of #395C4E
Black with #395C4E
Text Example
Text Example
White with #395C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395C4E; }
p { color: rgb(57,92,78); }
H1.HeaderClassName
{
color: #395C4E;
}
.AnyTagClassName
{
color: #395C4E;
}
</style>
background-color css
<style>
a { background-color: #395C4E; }
a { background-color: rgb(57,92,78); }
div.DivClassName
{
background-color: #395C4E;
}
.BgClassName
{
background-color: #395C4E;
}
</style>
border-color css
<style>
span { border-color: #395C4E; }
span { border-color: rgb(57,92,78); }
td.TdClassName
{
border-color: #395C4E;
}
.TagClassName
{
border-color: #395C4E;
}
</style>