Shades of Oracle #376360
Tints of Oracle #376360
RGB
CMYK
RGB Variations
Color information
#376360 (or 0x376360) is known color: Oracle. HEX triplet: 37, 63 and 60. RGB value is (55,99,96). Sum of RGB (Red+Green+Blue) = 55+99+96=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #376360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376360 is #C89C9F. Grayscale: #555555. Windows color (decimal): -13147296 or 6316855. OLE color: 6316855.
HSL color Cylindrical-coordinate representation of color #376360: hue angle of 175.91º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #376360 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 99 | 96 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.61 |
| HSL | 175.91º | 0.29% | 0.3% | - |
| HSV(B) | 175.91º | 0.44% | 0.39% | - |
| XYZ | 8.15 | 10.58 | 12.68 | - |
| YUV | 85.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 99 | 96 | 0.44 | 0 | 0.03 | 0.61 | 175.91 | 0.29 | 0.3 |
| Hex | 37 | 63 | 60 | 2C | 0 | 3 | 3D | B0 | 1D | 1E |
| Octal | 67 | 143 | 140 | 54 | 0 | 3 | 75 | 260 | 35 | 36 |
| Binary | 110111 | 1100011 | 1100000 | 101100 | 0 | 11 | 111101 | 10110000 | 11101 | 11110 |
Color Harmonies of #376360
Complementary color
Monochromatic Colors of #376360
Black with #376360
Text Example
Text Example
White with #376360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376360; }
p { color: rgb(55,99,96); }
H1.HeaderClassName
{
color: #376360;
}
.AnyTagClassName
{
color: #376360;
}
</style>
background-color css
<style>
a { background-color: #376360; }
a { background-color: rgb(55,99,96); }
div.DivClassName
{
background-color: #376360;
}
.BgClassName
{
background-color: #376360;
}
</style>
border-color css
<style>
span { border-color: #376360; }
span { border-color: rgb(55,99,96); }
td.TdClassName
{
border-color: #376360;
}
.TagClassName
{
border-color: #376360;
}
</style>