Shades of Oracle #3A6160
Tints of Oracle #3A6160
RGB
CMYK
RGB Variations
Color information
#3A6160 (or 0x3A6160) is known color: Oracle. HEX triplet: 3A, 61 and 60. RGB value is (58,97,96). Sum of RGB (Red+Green+Blue) = 58+97+96=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6160 is #C59E9F. Grayscale: #555555. Windows color (decimal): -12951200 or 6316346. OLE color: 6316346.
HSL color Cylindrical-coordinate representation of color #3A6160: hue angle of 178.46º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A6160 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 97 | 96 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.62 |
| HSL | 178.46º | 0.25% | 0.3% | - |
| HSV(B) | 178.46º | 0.4% | 0.38% | - |
| XYZ | 8.13 | 10.29 | 12.62 | - |
| YUV | 85.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 97 | 96 | 0.40 | 0 | 0.01 | 0.62 | 178.46 | 0.25 | 0.3 |
| Hex | 3A | 61 | 60 | 28 | 0 | 1 | 3E | B2 | 19 | 1E |
| Octal | 72 | 141 | 140 | 50 | 0 | 1 | 76 | 262 | 31 | 36 |
| Binary | 111010 | 1100001 | 1100000 | 101000 | 0 | 1 | 111110 | 10110010 | 11001 | 11110 |
Color Harmonies of #3A6160
Complementary color
Monochromatic Colors of #3A6160
Black with #3A6160
Text Example
Text Example
White with #3A6160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6160; }
p { color: rgb(58,97,96); }
H1.HeaderClassName
{
color: #3A6160;
}
.AnyTagClassName
{
color: #3A6160;
}
</style>
background-color css
<style>
a { background-color: #3A6160; }
a { background-color: rgb(58,97,96); }
div.DivClassName
{
background-color: #3A6160;
}
.BgClassName
{
background-color: #3A6160;
}
</style>
border-color css
<style>
span { border-color: #3A6160; }
span { border-color: rgb(58,97,96); }
td.TdClassName
{
border-color: #3A6160;
}
.TagClassName
{
border-color: #3A6160;
}
</style>