Shades of Oracle #37625D
Tints of Oracle #37625D
RGB
CMYK
RGB Variations
Color information
#37625D (or 0x37625D) is known color: Oracle. HEX triplet: 37, 62 and 5D. RGB value is (55,98,93). Sum of RGB (Red+Green+Blue) = 55+98+93=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #37625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37625D is #C89DA2. Grayscale: #545454. Windows color (decimal): -13147555 or 6119991. OLE color: 6119991.
HSL color Cylindrical-coordinate representation of color #37625D: hue angle of 173.02º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #37625D is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 98 | 93 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.62 |
| HSL | 173.02º | 0.28% | 0.3% | - |
| HSV(B) | 173.02º | 0.44% | 0.38% | - |
| XYZ | 7.92 | 10.34 | 11.93 | - |
| YUV | 84.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 98 | 93 | 0.44 | 0 | 0.05 | 0.62 | 173.02 | 0.28 | 0.3 |
| Hex | 37 | 62 | 5D | 2C | 0 | 5 | 3E | AD | 1C | 1E |
| Octal | 67 | 142 | 135 | 54 | 0 | 5 | 76 | 255 | 34 | 36 |
| Binary | 110111 | 1100010 | 1011101 | 101100 | 0 | 101 | 111110 | 10101101 | 11100 | 11110 |
Color Harmonies of #37625D
Complementary color
Monochromatic Colors of #37625D
Black with #37625D
Text Example
Text Example
White with #37625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37625D; }
p { color: rgb(55,98,93); }
H1.HeaderClassName
{
color: #37625D;
}
.AnyTagClassName
{
color: #37625D;
}
</style>
background-color css
<style>
a { background-color: #37625D; }
a { background-color: rgb(55,98,93); }
div.DivClassName
{
background-color: #37625D;
}
.BgClassName
{
background-color: #37625D;
}
</style>
border-color css
<style>
span { border-color: #37625D; }
span { border-color: rgb(55,98,93); }
td.TdClassName
{
border-color: #37625D;
}
.TagClassName
{
border-color: #37625D;
}
</style>