Shades of Spectra #345C4C
Tints of Spectra #345C4C
RGB
CMYK
RGB Variations
Color information
#345C4C (or 0x345C4C) is known color: Spectra. HEX triplet: 34, 5C and 4C. RGB value is (52,92,76). Sum of RGB (Red+Green+Blue) = 52+92+76=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 92 - color contains mainly: green. Hex color #345C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345C4C is #CBA3B3. Grayscale: #4E4E4E. Windows color (decimal): -13345716 or 5004340. OLE color: 5004340.
HSL color Cylindrical-coordinate representation of color #345C4C: hue angle of 156º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345C4C is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 92 | 76 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.64 |
| HSL | 156º | 0.28% | 0.28% | - |
| HSV(B) | 156º | 0.43% | 0.36% | - |
| XYZ | 6.55 | 8.91 | 8.21 | - |
| YUV | 78.22 | 126.75 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 76 | 0.43 | 0 | 0.17 | 0.64 | 156 | 0.28 | 0.28 |
| Hex | 34 | 5C | 4C | 2B | 0 | 11 | 40 | 9C | 1C | 1C |
| Octal | 64 | 134 | 114 | 53 | 0 | 21 | 100 | 234 | 34 | 34 |
| Binary | 110100 | 1011100 | 1001100 | 101011 | 0 | 10001 | 1000000 | 10011100 | 11100 | 11100 |
Color Harmonies of #345C4C
Complementary color
Monochromatic Colors of #345C4C
Black with #345C4C
Text Example
Text Example
White with #345C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C4C; }
p { color: rgb(52,92,76); }
H1.HeaderClassName
{
color: #345C4C;
}
.AnyTagClassName
{
color: #345C4C;
}
</style>
background-color css
<style>
a { background-color: #345C4C; }
a { background-color: rgb(52,92,76); }
div.DivClassName
{
background-color: #345C4C;
}
.BgClassName
{
background-color: #345C4C;
}
</style>
border-color css
<style>
span { border-color: #345C4C; }
span { border-color: rgb(52,92,76); }
td.TdClassName
{
border-color: #345C4C;
}
.TagClassName
{
border-color: #345C4C;
}
</style>