Shades of Spectra #3A5952
Tints of Spectra #3A5952
RGB
CMYK
RGB Variations
Color information
#3A5952 (or 0x3A5952) is known color: Spectra. HEX triplet: 3A, 59 and 52. RGB value is (58,89,82). Sum of RGB (Red+Green+Blue) = 58+89+82=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5952 is #C5A6AD. Grayscale: #4E4E4E. Windows color (decimal): -12953262 or 5396794. OLE color: 5396794.
HSL color Cylindrical-coordinate representation of color #3A5952: hue angle of 166.45º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A5952 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 89 | 82 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.65 |
| HSL | 166.45º | 0.21% | 0.29% | - |
| HSV(B) | 166.45º | 0.35% | 0.35% | - |
| XYZ | 6.84 | 8.65 | 9.29 | - |
| YUV | 78.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 89 | 82 | 0.35 | 0 | 0.08 | 0.65 | 166.45 | 0.21 | 0.29 |
| Hex | 3A | 59 | 52 | 23 | 0 | 8 | 41 | A6 | 15 | 1D |
| Octal | 72 | 131 | 122 | 43 | 0 | 10 | 101 | 246 | 25 | 35 |
| Binary | 111010 | 1011001 | 1010010 | 100011 | 0 | 1000 | 1000001 | 10100110 | 10101 | 11101 |
Color Harmonies of #3A5952
Complementary color
Monochromatic Colors of #3A5952
Black with #3A5952
Text Example
Text Example
White with #3A5952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5952; }
p { color: rgb(58,89,82); }
H1.HeaderClassName
{
color: #3A5952;
}
.AnyTagClassName
{
color: #3A5952;
}
</style>
background-color css
<style>
a { background-color: #3A5952; }
a { background-color: rgb(58,89,82); }
div.DivClassName
{
background-color: #3A5952;
}
.BgClassName
{
background-color: #3A5952;
}
</style>
border-color css
<style>
span { border-color: #3A5952; }
span { border-color: rgb(58,89,82); }
td.TdClassName
{
border-color: #3A5952;
}
.TagClassName
{
border-color: #3A5952;
}
</style>