Shades of Spectra #39594C
Tints of Spectra #39594C
RGB
CMYK
RGB Variations
Color information
#39594C (or 0x39594C) is known color: Spectra. HEX triplet: 39, 59 and 4C. RGB value is (57,89,76). Sum of RGB (Red+Green+Blue) = 57+89+76=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #39594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39594C is #C6A6B3. Grayscale: #4D4D4D. Windows color (decimal): -13018804 or 5003577. OLE color: 5003577.
HSL color Cylindrical-coordinate representation of color #39594C: hue angle of 155.62º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #39594C is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 89 | 76 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.65 |
| HSL | 155.63º | 0.22% | 0.29% | - |
| HSV(B) | 155.63º | 0.36% | 0.35% | - |
| XYZ | 6.56 | 8.54 | 8.14 | - |
| YUV | 77.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 89 | 76 | 0.36 | 0 | 0.15 | 0.65 | 155.63 | 0.22 | 0.29 |
| Hex | 39 | 59 | 4C | 24 | 0 | F | 41 | 9C | 16 | 1D |
| Octal | 71 | 131 | 114 | 44 | 0 | 17 | 101 | 234 | 26 | 35 |
| Binary | 111001 | 1011001 | 1001100 | 100100 | 0 | 1111 | 1000001 | 10011100 | 10110 | 11101 |
Color Harmonies of #39594C
Complementary color
Monochromatic Colors of #39594C
Black with #39594C
Text Example
Text Example
White with #39594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39594C; }
p { color: rgb(57,89,76); }
H1.HeaderClassName
{
color: #39594C;
}
.AnyTagClassName
{
color: #39594C;
}
</style>
background-color css
<style>
a { background-color: #39594C; }
a { background-color: rgb(57,89,76); }
div.DivClassName
{
background-color: #39594C;
}
.BgClassName
{
background-color: #39594C;
}
</style>
border-color css
<style>
span { border-color: #39594C; }
span { border-color: rgb(57,89,76); }
td.TdClassName
{
border-color: #39594C;
}
.TagClassName
{
border-color: #39594C;
}
</style>