Shades of Spectra #34684D
Tints of Spectra #34684D
RGB
CMYK
RGB Variations
Color information
#34684D (or 0x34684D) is known color: Spectra. HEX triplet: 34, 68 and 4D. RGB value is (52,104,77). Sum of RGB (Red+Green+Blue) = 52+104+77=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #34684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34684D is #CB97B2. Grayscale: #555555. Windows color (decimal): -13342643 or 5072948. OLE color: 5072948.
HSL color Cylindrical-coordinate representation of color #34684D: hue angle of 148.85º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34684D is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 52 | 104 | 77 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.59 |
| HSL | 148.85º | 0.33% | 0.31% | - |
| HSV(B) | 148.85º | 0.5% | 0.41% | - |
| XYZ | 7.71 | 11.17 | 8.77 | - |
| YUV | 85.37 | 123.27 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 104 | 77 | 0.50 | 0 | 0.26 | 0.59 | 148.85 | 0.33 | 0.31 |
| Hex | 34 | 68 | 4D | 32 | 0 | 1A | 3B | 95 | 21 | 1F |
| Octal | 64 | 150 | 115 | 62 | 0 | 32 | 73 | 225 | 41 | 37 |
| Binary | 110100 | 1101000 | 1001101 | 110010 | 0 | 11010 | 111011 | 10010101 | 100001 | 11111 |
Color Harmonies of #34684D
Complementary color
Monochromatic Colors of #34684D
Black with #34684D
Text Example
Text Example
White with #34684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34684D; }
p { color: rgb(52,104,77); }
H1.HeaderClassName
{
color: #34684D;
}
.AnyTagClassName
{
color: #34684D;
}
</style>
background-color css
<style>
a { background-color: #34684D; }
a { background-color: rgb(52,104,77); }
div.DivClassName
{
background-color: #34684D;
}
.BgClassName
{
background-color: #34684D;
}
</style>
border-color css
<style>
span { border-color: #34684D; }
span { border-color: rgb(52,104,77); }
td.TdClassName
{
border-color: #34684D;
}
.TagClassName
{
border-color: #34684D;
}
</style>