Shades of Spectra #34634E
Tints of Spectra #34634E
RGB
CMYK
RGB Variations
Color information
#34634E (or 0x34634E) is known color: Spectra. HEX triplet: 34, 63 and 4E. RGB value is (52,99,78). Sum of RGB (Red+Green+Blue) = 52+99+78=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #34634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34634E is #CB9CB1. Grayscale: #525252. Windows color (decimal): -13343922 or 5137204. OLE color: 5137204.
HSL color Cylindrical-coordinate representation of color #34634E: hue angle of 153.19º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #34634E is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 99 | 78 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.61 |
| HSL | 153.19º | 0.31% | 0.3% | - |
| HSV(B) | 153.19º | 0.47% | 0.39% | - |
| XYZ | 7.25 | 10.2 | 8.79 | - |
| YUV | 82.55 | 125.43 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 78 | 0.47 | 0 | 0.21 | 0.61 | 153.19 | 0.31 | 0.3 |
| Hex | 34 | 63 | 4E | 2F | 0 | 15 | 3D | 99 | 1F | 1E |
| Octal | 64 | 143 | 116 | 57 | 0 | 25 | 75 | 231 | 37 | 36 |
| Binary | 110100 | 1100011 | 1001110 | 101111 | 0 | 10101 | 111101 | 10011001 | 11111 | 11110 |
Color Harmonies of #34634E
Complementary color
Monochromatic Colors of #34634E
Black with #34634E
Text Example
Text Example
White with #34634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34634E; }
p { color: rgb(52,99,78); }
H1.HeaderClassName
{
color: #34634E;
}
.AnyTagClassName
{
color: #34634E;
}
</style>
background-color css
<style>
a { background-color: #34634E; }
a { background-color: rgb(52,99,78); }
div.DivClassName
{
background-color: #34634E;
}
.BgClassName
{
background-color: #34634E;
}
</style>
border-color css
<style>
span { border-color: #34634E; }
span { border-color: rgb(52,99,78); }
td.TdClassName
{
border-color: #34634E;
}
.TagClassName
{
border-color: #34634E;
}
</style>