Shades of Oracle #34615C
Tints of Oracle #34615C
RGB
CMYK
RGB Variations
Color information
#34615C (or 0x34615C) is known color: Oracle. HEX triplet: 34, 61 and 5C. RGB value is (52,97,92). Sum of RGB (Red+Green+Blue) = 52+97+92=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #34615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34615C is #CB9EA3. Grayscale: #525252. Windows color (decimal): -13344420 or 6054196. OLE color: 6054196.
HSL color Cylindrical-coordinate representation of color #34615C: hue angle of 173.33º 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 #34615C is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 97 | 92 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.62 |
| HSL | 173.33º | 0.3% | 0.29% | - |
| HSV(B) | 173.33º | 0.46% | 0.38% | - |
| XYZ | 7.62 | 10.05 | 11.66 | - |
| YUV | 82.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 97 | 92 | 0.46 | 0 | 0.05 | 0.62 | 173.33 | 0.3 | 0.29 |
| Hex | 34 | 61 | 5C | 2E | 0 | 5 | 3E | AD | 1E | 1D |
| Octal | 64 | 141 | 134 | 56 | 0 | 5 | 76 | 255 | 36 | 35 |
| Binary | 110100 | 1100001 | 1011100 | 101110 | 0 | 101 | 111110 | 10101101 | 11110 | 11101 |
Color Harmonies of #34615C
Complementary color
Monochromatic Colors of #34615C
Black with #34615C
Text Example
Text Example
White with #34615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34615C; }
p { color: rgb(52,97,92); }
H1.HeaderClassName
{
color: #34615C;
}
.AnyTagClassName
{
color: #34615C;
}
</style>
background-color css
<style>
a { background-color: #34615C; }
a { background-color: rgb(52,97,92); }
div.DivClassName
{
background-color: #34615C;
}
.BgClassName
{
background-color: #34615C;
}
</style>
border-color css
<style>
span { border-color: #34615C; }
span { border-color: rgb(52,97,92); }
td.TdClassName
{
border-color: #34615C;
}
.TagClassName
{
border-color: #34615C;
}
</style>