Shades of Oracle #366360
Tints of Oracle #366360
RGB
CMYK
RGB Variations
Color information
#366360 (or 0x366360) is known color: Oracle. HEX triplet: 36, 63 and 60. RGB value is (54,99,96). Sum of RGB (Red+Green+Blue) = 54+99+96=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 99 - color contains mainly: green. Hex color #366360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366360 is #C99C9F. Grayscale: #555555. Windows color (decimal): -13212832 or 6316854. OLE color: 6316854.
HSL color Cylindrical-coordinate representation of color #366360: hue angle of 176º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #366360 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 99 | 96 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.61 |
| HSL | 176º | 0.29% | 0.3% | - |
| HSV(B) | 176º | 0.45% | 0.39% | - |
| XYZ | 8.09 | 10.55 | 12.68 | - |
| YUV | 85.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 99 | 96 | 0.45 | 0 | 0.03 | 0.61 | 176 | 0.29 | 0.3 |
| Hex | 36 | 63 | 60 | 2D | 0 | 3 | 3D | B0 | 1D | 1E |
| Octal | 66 | 143 | 140 | 55 | 0 | 3 | 75 | 260 | 35 | 36 |
| Binary | 110110 | 1100011 | 1100000 | 101101 | 0 | 11 | 111101 | 10110000 | 11101 | 11110 |
Color Harmonies of #366360
Complementary color
Monochromatic Colors of #366360
Black with #366360
Text Example
Text Example
White with #366360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366360; }
p { color: rgb(54,99,96); }
H1.HeaderClassName
{
color: #366360;
}
.AnyTagClassName
{
color: #366360;
}
</style>
background-color css
<style>
a { background-color: #366360; }
a { background-color: rgb(54,99,96); }
div.DivClassName
{
background-color: #366360;
}
.BgClassName
{
background-color: #366360;
}
</style>
border-color css
<style>
span { border-color: #366360; }
span { border-color: rgb(54,99,96); }
td.TdClassName
{
border-color: #366360;
}
.TagClassName
{
border-color: #366360;
}
</style>