Shades of Oracle #3E605E
Tints of Oracle #3E605E
RGB
CMYK
RGB Variations
Color information
#3E605E (or 0x3E605E) is known color: Oracle. HEX triplet: 3E, 60 and 5E. RGB value is (62,96,94). Sum of RGB (Red+Green+Blue) = 62+96+94=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #3E605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E605E is #C19FA1. Grayscale: #555555. Windows color (decimal): -12689314 or 6185022. OLE color: 6185022.
HSL color Cylindrical-coordinate representation of color #3E605E: hue angle of 176.47º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E605E is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 96 | 94 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.62 |
| HSL | 176.47º | 0.22% | 0.31% | - |
| HSV(B) | 176.47º | 0.35% | 0.38% | - |
| XYZ | 8.19 | 10.2 | 12.13 | - |
| YUV | 85.61 | 132.74 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 94 | 0.35 | 0 | 0.02 | 0.62 | 176.47 | 0.22 | 0.31 |
| Hex | 3E | 60 | 5E | 23 | 0 | 2 | 3E | B0 | 16 | 1F |
| Octal | 76 | 140 | 136 | 43 | 0 | 2 | 76 | 260 | 26 | 37 |
| Binary | 111110 | 1100000 | 1011110 | 100011 | 0 | 10 | 111110 | 10110000 | 10110 | 11111 |
Color Harmonies of #3E605E
Complementary color
Monochromatic Colors of #3E605E
Black with #3E605E
Text Example
Text Example
White with #3E605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E605E; }
p { color: rgb(62,96,94); }
H1.HeaderClassName
{
color: #3E605E;
}
.AnyTagClassName
{
color: #3E605E;
}
</style>
background-color css
<style>
a { background-color: #3E605E; }
a { background-color: rgb(62,96,94); }
div.DivClassName
{
background-color: #3E605E;
}
.BgClassName
{
background-color: #3E605E;
}
</style>
border-color css
<style>
span { border-color: #3E605E; }
span { border-color: rgb(62,96,94); }
td.TdClassName
{
border-color: #3E605E;
}
.TagClassName
{
border-color: #3E605E;
}
</style>