Shades of Oracle #315D5B
Tints of Oracle #315D5B
RGB
CMYK
RGB Variations
Color information
#315D5B (or 0x315D5B) is known color: Oracle. HEX triplet: 31, 5D and 5B. RGB value is (49,93,91). Sum of RGB (Red+Green+Blue) = 49+93+91=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 93 - color contains mainly: green. Hex color #315D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D5B is #CEA2A4. Grayscale: #4F4F4F. Windows color (decimal): -13542053 or 5987633. OLE color: 5987633.
HSL color Cylindrical-coordinate representation of color #315D5B: hue angle of 177.27º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315D5B is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 93 | 91 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.64 |
| HSL | 177.27º | 0.31% | 0.28% | - |
| HSV(B) | 177.27º | 0.47% | 0.36% | - |
| XYZ | 7.07 | 9.24 | 11.31 | - |
| YUV | 79.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 91 | 0.47 | 0 | 0.02 | 0.64 | 177.27 | 0.31 | 0.28 |
| Hex | 31 | 5D | 5B | 2F | 0 | 2 | 40 | B1 | 1F | 1C |
| Octal | 61 | 135 | 133 | 57 | 0 | 2 | 100 | 261 | 37 | 34 |
| Binary | 110001 | 1011101 | 1011011 | 101111 | 0 | 10 | 1000000 | 10110001 | 11111 | 11100 |
Color Harmonies of #315D5B
Complementary color
Monochromatic Colors of #315D5B
Black with #315D5B
Text Example
Text Example
White with #315D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315D5B; }
p { color: rgb(49,93,91); }
H1.HeaderClassName
{
color: #315D5B;
}
.AnyTagClassName
{
color: #315D5B;
}
</style>
background-color css
<style>
a { background-color: #315D5B; }
a { background-color: rgb(49,93,91); }
div.DivClassName
{
background-color: #315D5B;
}
.BgClassName
{
background-color: #315D5B;
}
</style>
border-color css
<style>
span { border-color: #315D5B; }
span { border-color: rgb(49,93,91); }
td.TdClassName
{
border-color: #315D5B;
}
.TagClassName
{
border-color: #315D5B;
}
</style>