Shades of Oracle #386360
Tints of Oracle #386360
RGB
CMYK
RGB Variations
Color information
#386360 (or 0x386360) is known color: Oracle. HEX triplet: 38, 63 and 60. RGB value is (56,99,96). Sum of RGB (Red+Green+Blue) = 56+99+96=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #386360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386360 is #C79C9F. Grayscale: #555555. Windows color (decimal): -13081760 or 6316856. OLE color: 6316856.
HSL color Cylindrical-coordinate representation of color #386360: hue angle of 175.81º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386360 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 99 | 96 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.61 |
| HSL | 175.81º | 0.28% | 0.3% | - |
| HSV(B) | 175.81º | 0.43% | 0.39% | - |
| XYZ | 8.2 | 10.61 | 12.68 | - |
| YUV | 85.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 99 | 96 | 0.43 | 0 | 0.03 | 0.61 | 175.81 | 0.28 | 0.3 |
| Hex | 38 | 63 | 60 | 2B | 0 | 3 | 3D | B0 | 1C | 1E |
| Octal | 70 | 143 | 140 | 53 | 0 | 3 | 75 | 260 | 34 | 36 |
| Binary | 111000 | 1100011 | 1100000 | 101011 | 0 | 11 | 111101 | 10110000 | 11100 | 11110 |
Color Harmonies of #386360
Complementary color
Monochromatic Colors of #386360
Black with #386360
Text Example
Text Example
White with #386360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386360; }
p { color: rgb(56,99,96); }
H1.HeaderClassName
{
color: #386360;
}
.AnyTagClassName
{
color: #386360;
}
</style>
background-color css
<style>
a { background-color: #386360; }
a { background-color: rgb(56,99,96); }
div.DivClassName
{
background-color: #386360;
}
.BgClassName
{
background-color: #386360;
}
</style>
border-color css
<style>
span { border-color: #386360; }
span { border-color: rgb(56,99,96); }
td.TdClassName
{
border-color: #386360;
}
.TagClassName
{
border-color: #386360;
}
</style>