Shades of Oracle #39635E
Tints of Oracle #39635E
RGB
CMYK
RGB Variations
Color information
#39635E (or 0x39635E) is known color: Oracle. HEX triplet: 39, 63 and 5E. RGB value is (57,99,94). Sum of RGB (Red+Green+Blue) = 57+99+94=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #39635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39635E is #C69CA1. Grayscale: #555555. Windows color (decimal): -13016226 or 6185785. OLE color: 6185785.
HSL color Cylindrical-coordinate representation of color #39635E: hue angle of 172.86º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #39635E is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 57 | 99 | 94 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.61 |
| HSL | 172.86º | 0.27% | 0.31% | - |
| HSV(B) | 172.86º | 0.42% | 0.39% | - |
| XYZ | 8.17 | 10.6 | 12.21 | - |
| YUV | 85.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 99 | 94 | 0.42 | 0 | 0.05 | 0.61 | 172.86 | 0.27 | 0.31 |
| Hex | 39 | 63 | 5E | 2A | 0 | 5 | 3D | AD | 1B | 1F |
| Octal | 71 | 143 | 136 | 52 | 0 | 5 | 75 | 255 | 33 | 37 |
| Binary | 111001 | 1100011 | 1011110 | 101010 | 0 | 101 | 111101 | 10101101 | 11011 | 11111 |
Color Harmonies of #39635E
Complementary color
Monochromatic Colors of #39635E
Black with #39635E
Text Example
Text Example
White with #39635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39635E; }
p { color: rgb(57,99,94); }
H1.HeaderClassName
{
color: #39635E;
}
.AnyTagClassName
{
color: #39635E;
}
</style>
background-color css
<style>
a { background-color: #39635E; }
a { background-color: rgb(57,99,94); }
div.DivClassName
{
background-color: #39635E;
}
.BgClassName
{
background-color: #39635E;
}
</style>
border-color css
<style>
span { border-color: #39635E; }
span { border-color: rgb(57,99,94); }
td.TdClassName
{
border-color: #39635E;
}
.TagClassName
{
border-color: #39635E;
}
</style>