Shades of Oracle #3B5D58
Tints of Oracle #3B5D58
RGB
CMYK
RGB Variations
Color information
#3B5D58 (or 0x3B5D58) is known color: Oracle. HEX triplet: 3B, 5D and 58. RGB value is (59,93,88). Sum of RGB (Red+Green+Blue) = 59+93+88=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 93 - color contains mainly: green. Hex color #3B5D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5D58 is #C4A2A7. Grayscale: #525252. Windows color (decimal): -12886696 or 5791035. OLE color: 5791035.
HSL color Cylindrical-coordinate representation of color #3B5D58: hue angle of 171.18º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B5D58 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 93 | 88 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.64 |
| HSL | 171.18º | 0.22% | 0.3% | - |
| HSV(B) | 171.18º | 0.37% | 0.36% | - |
| XYZ | 7.48 | 9.46 | 10.66 | - |
| YUV | 82.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 93 | 88 | 0.37 | 0 | 0.05 | 0.64 | 171.18 | 0.22 | 0.3 |
| Hex | 3B | 5D | 58 | 25 | 0 | 5 | 40 | AB | 16 | 1E |
| Octal | 73 | 135 | 130 | 45 | 0 | 5 | 100 | 253 | 26 | 36 |
| Binary | 111011 | 1011101 | 1011000 | 100101 | 0 | 101 | 1000000 | 10101011 | 10110 | 11110 |
Color Harmonies of #3B5D58
Complementary color
Monochromatic Colors of #3B5D58
Black with #3B5D58
Text Example
Text Example
White with #3B5D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5D58; }
p { color: rgb(59,93,88); }
H1.HeaderClassName
{
color: #3B5D58;
}
.AnyTagClassName
{
color: #3B5D58;
}
</style>
background-color css
<style>
a { background-color: #3B5D58; }
a { background-color: rgb(59,93,88); }
div.DivClassName
{
background-color: #3B5D58;
}
.BgClassName
{
background-color: #3B5D58;
}
</style>
border-color css
<style>
span { border-color: #3B5D58; }
span { border-color: rgb(59,93,88); }
td.TdClassName
{
border-color: #3B5D58;
}
.TagClassName
{
border-color: #3B5D58;
}
</style>