Shades of Oracle #39605A
Tints of Oracle #39605A
RGB
CMYK
RGB Variations
Color information
#39605A (or 0x39605A) is known color: Oracle. HEX triplet: 39, 60 and 5A. RGB value is (57,96,90). Sum of RGB (Red+Green+Blue) = 57+96+90=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #39605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39605A is #C69FA5. Grayscale: #535353. Windows color (decimal): -13016998 or 5922873. OLE color: 5922873.
HSL color Cylindrical-coordinate representation of color #39605A: hue angle of 170.77º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #39605A is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 96 | 90 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.62 |
| HSL | 170.77º | 0.25% | 0.3% | - |
| HSV(B) | 170.77º | 0.41% | 0.38% | - |
| XYZ | 7.72 | 9.97 | 11.19 | - |
| YUV | 83.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 96 | 90 | 0.41 | 0 | 0.06 | 0.62 | 170.77 | 0.25 | 0.3 |
| Hex | 39 | 60 | 5A | 29 | 0 | 6 | 3E | AB | 19 | 1E |
| Octal | 71 | 140 | 132 | 51 | 0 | 6 | 76 | 253 | 31 | 36 |
| Binary | 111001 | 1100000 | 1011010 | 101001 | 0 | 110 | 111110 | 10101011 | 11001 | 11110 |
Color Harmonies of #39605A
Complementary color
Monochromatic Colors of #39605A
Black with #39605A
Text Example
Text Example
White with #39605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39605A; }
p { color: rgb(57,96,90); }
H1.HeaderClassName
{
color: #39605A;
}
.AnyTagClassName
{
color: #39605A;
}
</style>
background-color css
<style>
a { background-color: #39605A; }
a { background-color: rgb(57,96,90); }
div.DivClassName
{
background-color: #39605A;
}
.BgClassName
{
background-color: #39605A;
}
</style>
border-color css
<style>
span { border-color: #39605A; }
span { border-color: rgb(57,96,90); }
td.TdClassName
{
border-color: #39605A;
}
.TagClassName
{
border-color: #39605A;
}
</style>