Shades of Spectra #34614C
Tints of Spectra #34614C
RGB
CMYK
RGB Variations
Color information
#34614C (or 0x34614C) is known color: Spectra. HEX triplet: 34, 61 and 4C. RGB value is (52,97,76). Sum of RGB (Red+Green+Blue) = 52+97+76=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #34614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34614C is #CB9EB3. Grayscale: #515151. Windows color (decimal): -13344436 or 5005620. OLE color: 5005620.
HSL color Cylindrical-coordinate representation of color #34614C: hue angle of 152º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34614C is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 97 | 76 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.62 |
| HSL | 152º | 0.3% | 0.29% | - |
| HSV(B) | 152º | 0.46% | 0.38% | - |
| XYZ | 7 | 9.8 | 8.36 | - |
| YUV | 81.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 97 | 76 | 0.46 | 0 | 0.22 | 0.62 | 152 | 0.3 | 0.29 |
| Hex | 34 | 61 | 4C | 2E | 0 | 16 | 3E | 98 | 1E | 1D |
| Octal | 64 | 141 | 114 | 56 | 0 | 26 | 76 | 230 | 36 | 35 |
| Binary | 110100 | 1100001 | 1001100 | 101110 | 0 | 10110 | 111110 | 10011000 | 11110 | 11101 |
Color Harmonies of #34614C
Complementary color
Monochromatic Colors of #34614C
Black with #34614C
Text Example
Text Example
White with #34614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34614C; }
p { color: rgb(52,97,76); }
H1.HeaderClassName
{
color: #34614C;
}
.AnyTagClassName
{
color: #34614C;
}
</style>
background-color css
<style>
a { background-color: #34614C; }
a { background-color: rgb(52,97,76); }
div.DivClassName
{
background-color: #34614C;
}
.BgClassName
{
background-color: #34614C;
}
</style>
border-color css
<style>
span { border-color: #34614C; }
span { border-color: rgb(52,97,76); }
td.TdClassName
{
border-color: #34614C;
}
.TagClassName
{
border-color: #34614C;
}
</style>