Shades of Spectra #345D4D
Tints of Spectra #345D4D
RGB
CMYK
RGB Variations
Color information
#345D4D (or 0x345D4D) is known color: Spectra. HEX triplet: 34, 5D and 4D. RGB value is (52,93,77). Sum of RGB (Red+Green+Blue) = 52+93+77=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 93 - color contains mainly: green. Hex color #345D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D4D is #CBA2B2. Grayscale: #4E4E4E. Windows color (decimal): -13345459 or 5070132. OLE color: 5070132.
HSL color Cylindrical-coordinate representation of color #345D4D: hue angle of 156.59º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #345D4D is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 93 | 77 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.64 |
| HSL | 156.59º | 0.28% | 0.28% | - |
| HSV(B) | 156.59º | 0.44% | 0.36% | - |
| XYZ | 6.67 | 9.09 | 8.43 | - |
| YUV | 78.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 77 | 0.44 | 0 | 0.17 | 0.64 | 156.59 | 0.28 | 0.28 |
| Hex | 34 | 5D | 4D | 2C | 0 | 11 | 40 | 9D | 1C | 1C |
| Octal | 64 | 135 | 115 | 54 | 0 | 21 | 100 | 235 | 34 | 34 |
| Binary | 110100 | 1011101 | 1001101 | 101100 | 0 | 10001 | 1000000 | 10011101 | 11100 | 11100 |
Color Harmonies of #345D4D
Complementary color
Monochromatic Colors of #345D4D
Black with #345D4D
Text Example
Text Example
White with #345D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D4D; }
p { color: rgb(52,93,77); }
H1.HeaderClassName
{
color: #345D4D;
}
.AnyTagClassName
{
color: #345D4D;
}
</style>
background-color css
<style>
a { background-color: #345D4D; }
a { background-color: rgb(52,93,77); }
div.DivClassName
{
background-color: #345D4D;
}
.BgClassName
{
background-color: #345D4D;
}
</style>
border-color css
<style>
span { border-color: #345D4D; }
span { border-color: rgb(52,93,77); }
td.TdClassName
{
border-color: #345D4D;
}
.TagClassName
{
border-color: #345D4D;
}
</style>