Shades of Oracle #395E59
Tints of Oracle #395E59
RGB
CMYK
RGB Variations
Color information
#395E59 (or 0x395E59) is known color: Oracle. HEX triplet: 39, 5E and 59. RGB value is (57,94,89). Sum of RGB (Red+Green+Blue) = 57+94+89=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 94 - color contains mainly: green. Hex color #395E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395E59 is #C6A1A6. Grayscale: #525252. Windows color (decimal): -13017511 or 5856825. OLE color: 5856825.
HSL color Cylindrical-coordinate representation of color #395E59: hue angle of 171.89º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395E59 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 57 | 94 | 89 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.63 |
| HSL | 171.89º | 0.25% | 0.3% | - |
| HSV(B) | 171.89º | 0.39% | 0.37% | - |
| XYZ | 7.49 | 9.6 | 10.91 | - |
| YUV | 82.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 94 | 89 | 0.39 | 0 | 0.05 | 0.63 | 171.89 | 0.25 | 0.3 |
| Hex | 39 | 5E | 59 | 27 | 0 | 5 | 3F | AC | 19 | 1E |
| Octal | 71 | 136 | 131 | 47 | 0 | 5 | 77 | 254 | 31 | 36 |
| Binary | 111001 | 1011110 | 1011001 | 100111 | 0 | 101 | 111111 | 10101100 | 11001 | 11110 |
Color Harmonies of #395E59
Complementary color
Monochromatic Colors of #395E59
Black with #395E59
Text Example
Text Example
White with #395E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395E59; }
p { color: rgb(57,94,89); }
H1.HeaderClassName
{
color: #395E59;
}
.AnyTagClassName
{
color: #395E59;
}
</style>
background-color css
<style>
a { background-color: #395E59; }
a { background-color: rgb(57,94,89); }
div.DivClassName
{
background-color: #395E59;
}
.BgClassName
{
background-color: #395E59;
}
</style>
border-color css
<style>
span { border-color: #395E59; }
span { border-color: rgb(57,94,89); }
td.TdClassName
{
border-color: #395E59;
}
.TagClassName
{
border-color: #395E59;
}
</style>