Shades of Spectra #345A49
Tints of Spectra #345A49
RGB
CMYK
RGB Variations
Color information
#345A49 (or 0x345A49) is known color: Spectra. HEX triplet: 34, 5A and 49. RGB value is (52,90,73). Sum of RGB (Red+Green+Blue) = 52+90+73=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #345A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A49 is #CBA5B6. Grayscale: #4C4C4C. Windows color (decimal): -13346231 or 4807220. OLE color: 4807220.
HSL color Cylindrical-coordinate representation of color #345A49: hue angle of 153.16º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345A49 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 90 | 73 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.65 |
| HSL | 153.16º | 0.27% | 0.28% | - |
| HSV(B) | 153.16º | 0.42% | 0.35% | - |
| XYZ | 6.27 | 8.52 | 7.62 | - |
| YUV | 76.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 73 | 0.42 | 0 | 0.19 | 0.65 | 153.16 | 0.27 | 0.28 |
| Hex | 34 | 5A | 49 | 2A | 0 | 13 | 41 | 99 | 1B | 1C |
| Octal | 64 | 132 | 111 | 52 | 0 | 23 | 101 | 231 | 33 | 34 |
| Binary | 110100 | 1011010 | 1001001 | 101010 | 0 | 10011 | 1000001 | 10011001 | 11011 | 11100 |
Color Harmonies of #345A49
Complementary color
Monochromatic Colors of #345A49
Black with #345A49
Text Example
Text Example
White with #345A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A49; }
p { color: rgb(52,90,73); }
H1.HeaderClassName
{
color: #345A49;
}
.AnyTagClassName
{
color: #345A49;
}
</style>
background-color css
<style>
a { background-color: #345A49; }
a { background-color: rgb(52,90,73); }
div.DivClassName
{
background-color: #345A49;
}
.BgClassName
{
background-color: #345A49;
}
</style>
border-color css
<style>
span { border-color: #345A49; }
span { border-color: rgb(52,90,73); }
td.TdClassName
{
border-color: #345A49;
}
.TagClassName
{
border-color: #345A49;
}
</style>