Shades of Spectra #34574C
Tints of Spectra #34574C
RGB
CMYK
RGB Variations
Color information
#34574C (or 0x34574C) is known color: Spectra. HEX triplet: 34, 57 and 4C. RGB value is (52,87,76). Sum of RGB (Red+Green+Blue) = 52+87+76=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 87 - color contains mainly: green. Hex color #34574C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34574C is #CBA8B3. Grayscale: #4B4B4B. Windows color (decimal): -13346996 or 5003060. OLE color: 5003060.
HSL color Cylindrical-coordinate representation of color #34574C: hue angle of 161.14º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34574C is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 87 | 76 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.66 |
| HSL | 161.14º | 0.25% | 0.27% | - |
| HSV(B) | 161.14º | 0.4% | 0.34% | - |
| XYZ | 6.13 | 8.07 | 8.07 | - |
| YUV | 75.28 | 128.4 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 76 | 0.40 | 0 | 0.13 | 0.66 | 161.14 | 0.25 | 0.27 |
| Hex | 34 | 57 | 4C | 28 | 0 | D | 42 | A1 | 19 | 1B |
| Octal | 64 | 127 | 114 | 50 | 0 | 15 | 102 | 241 | 31 | 33 |
| Binary | 110100 | 1010111 | 1001100 | 101000 | 0 | 1101 | 1000010 | 10100001 | 11001 | 11011 |
Color Harmonies of #34574C
Complementary color
Monochromatic Colors of #34574C
Black with #34574C
Text Example
Text Example
White with #34574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34574C; }
p { color: rgb(52,87,76); }
H1.HeaderClassName
{
color: #34574C;
}
.AnyTagClassName
{
color: #34574C;
}
</style>
background-color css
<style>
a { background-color: #34574C; }
a { background-color: rgb(52,87,76); }
div.DivClassName
{
background-color: #34574C;
}
.BgClassName
{
background-color: #34574C;
}
</style>
border-color css
<style>
span { border-color: #34574C; }
span { border-color: rgb(52,87,76); }
td.TdClassName
{
border-color: #34574C;
}
.TagClassName
{
border-color: #34574C;
}
</style>