Shades of Oracle #39625E
Tints of Oracle #39625E
RGB
CMYK
RGB Variations
Color information
#39625E (or 0x39625E) is known color: Oracle. HEX triplet: 39, 62 and 5E. RGB value is (57,98,94). Sum of RGB (Red+Green+Blue) = 57+98+94=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 98 - color contains mainly: green. Hex color #39625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39625E is #C69DA1. Grayscale: #555555. Windows color (decimal): -13016482 or 6185529. OLE color: 6185529.
HSL color Cylindrical-coordinate representation of color #39625E: hue angle of 174.15º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #39625E is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 98 | 94 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.62 |
| HSL | 174.15º | 0.26% | 0.3% | - |
| HSV(B) | 174.15º | 0.42% | 0.38% | - |
| XYZ | 8.08 | 10.41 | 12.17 | - |
| YUV | 85.29 | 132.92 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 98 | 94 | 0.42 | 0 | 0.04 | 0.62 | 174.15 | 0.26 | 0.3 |
| Hex | 39 | 62 | 5E | 2A | 0 | 4 | 3E | AE | 1A | 1E |
| Octal | 71 | 142 | 136 | 52 | 0 | 4 | 76 | 256 | 32 | 36 |
| Binary | 111001 | 1100010 | 1011110 | 101010 | 0 | 100 | 111110 | 10101110 | 11010 | 11110 |
Color Harmonies of #39625E
Complementary color
Monochromatic Colors of #39625E
Black with #39625E
Text Example
Text Example
White with #39625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39625E; }
p { color: rgb(57,98,94); }
H1.HeaderClassName
{
color: #39625E;
}
.AnyTagClassName
{
color: #39625E;
}
</style>
background-color css
<style>
a { background-color: #39625E; }
a { background-color: rgb(57,98,94); }
div.DivClassName
{
background-color: #39625E;
}
.BgClassName
{
background-color: #39625E;
}
</style>
border-color css
<style>
span { border-color: #39625E; }
span { border-color: rgb(57,98,94); }
td.TdClassName
{
border-color: #39625E;
}
.TagClassName
{
border-color: #39625E;
}
</style>