Shades of Oracle #37635E
Tints of Oracle #37635E
RGB
CMYK
RGB Variations
Color information
#37635E (or 0x37635E) is known color: Oracle. HEX triplet: 37, 63 and 5E. RGB value is (55,99,94). Sum of RGB (Red+Green+Blue) = 55+99+94=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 99 - color contains mainly: green. Hex color #37635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37635E is #C89CA1. Grayscale: #555555. Windows color (decimal): -13147298 or 6185783. OLE color: 6185783.
HSL color Cylindrical-coordinate representation of color #37635E: hue angle of 173.18º 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 #37635E is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 99 | 94 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.61 |
| HSL | 173.18º | 0.29% | 0.3% | - |
| HSV(B) | 173.18º | 0.44% | 0.39% | - |
| XYZ | 8.06 | 10.54 | 12.2 | - |
| YUV | 85.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 99 | 94 | 0.44 | 0 | 0.05 | 0.61 | 173.18 | 0.29 | 0.3 |
| Hex | 37 | 63 | 5E | 2C | 0 | 5 | 3D | AD | 1D | 1E |
| Octal | 67 | 143 | 136 | 54 | 0 | 5 | 75 | 255 | 35 | 36 |
| Binary | 110111 | 1100011 | 1011110 | 101100 | 0 | 101 | 111101 | 10101101 | 11101 | 11110 |
Color Harmonies of #37635E
Complementary color
Monochromatic Colors of #37635E
Black with #37635E
Text Example
Text Example
White with #37635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37635E; }
p { color: rgb(55,99,94); }
H1.HeaderClassName
{
color: #37635E;
}
.AnyTagClassName
{
color: #37635E;
}
</style>
background-color css
<style>
a { background-color: #37635E; }
a { background-color: rgb(55,99,94); }
div.DivClassName
{
background-color: #37635E;
}
.BgClassName
{
background-color: #37635E;
}
</style>
border-color css
<style>
span { border-color: #37635E; }
span { border-color: rgb(55,99,94); }
td.TdClassName
{
border-color: #37635E;
}
.TagClassName
{
border-color: #37635E;
}
</style>