Shades of Oracle #37645F
Tints of Oracle #37645F
RGB
CMYK
RGB Variations
Color information
#37645F (or 0x37645F) is known color: Oracle. HEX triplet: 37, 64 and 5F. RGB value is (55,100,95). Sum of RGB (Red+Green+Blue) = 55+100+95=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 100 - color contains mainly: green. Hex color #37645F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37645F is #C89BA0. Grayscale: #555555. Windows color (decimal): -13147041 or 6251575. OLE color: 6251575.
HSL color Cylindrical-coordinate representation of color #37645F: hue angle of 173.33º 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 #37645F is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 100 | 95 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.61 |
| HSL | 173.33º | 0.29% | 0.3% | - |
| HSV(B) | 173.33º | 0.45% | 0.39% | - |
| XYZ | 8.2 | 10.75 | 12.47 | - |
| YUV | 85.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 100 | 95 | 0.45 | 0 | 0.05 | 0.61 | 173.33 | 0.29 | 0.3 |
| Hex | 37 | 64 | 5F | 2D | 0 | 5 | 3D | AD | 1D | 1E |
| Octal | 67 | 144 | 137 | 55 | 0 | 5 | 75 | 255 | 35 | 36 |
| Binary | 110111 | 1100100 | 1011111 | 101101 | 0 | 101 | 111101 | 10101101 | 11101 | 11110 |
Color Harmonies of #37645F
Complementary color
Monochromatic Colors of #37645F
Black with #37645F
Text Example
Text Example
White with #37645F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37645F; }
p { color: rgb(55,100,95); }
H1.HeaderClassName
{
color: #37645F;
}
.AnyTagClassName
{
color: #37645F;
}
</style>
background-color css
<style>
a { background-color: #37645F; }
a { background-color: rgb(55,100,95); }
div.DivClassName
{
background-color: #37645F;
}
.BgClassName
{
background-color: #37645F;
}
</style>
border-color css
<style>
span { border-color: #37645F; }
span { border-color: rgb(55,100,95); }
td.TdClassName
{
border-color: #37645F;
}
.TagClassName
{
border-color: #37645F;
}
</style>