Shades of Oracle #3D5756
Tints of Oracle #3D5756
RGB
CMYK
RGB Variations
Color information
#3D5756 (or 0x3D5756) is known color: Oracle. HEX triplet: 3D, 57 and 56. RGB value is (61,87,86). Sum of RGB (Red+Green+Blue) = 61+87+86=234 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.07% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 87 - color contains mainly: green. Hex color #3D5756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5756 is #C2A8A9. Grayscale: #4F4F4F. Windows color (decimal): -12757162 or 5658429. OLE color: 5658429.
HSL color Cylindrical-coordinate representation of color #3D5756: hue angle of 177.69º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D5756 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 87 | 86 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.66 |
| HSL | 177.69º | 0.18% | 0.29% | - |
| HSV(B) | 177.69º | 0.3% | 0.34% | - |
| XYZ | 7.01 | 8.48 | 10.07 | - |
| YUV | 79.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 87 | 86 | 0.30 | 0 | 0.01 | 0.66 | 177.69 | 0.18 | 0.29 |
| Hex | 3D | 57 | 56 | 1E | 0 | 1 | 42 | B2 | 12 | 1D |
| Octal | 75 | 127 | 126 | 36 | 0 | 1 | 102 | 262 | 22 | 35 |
| Binary | 111101 | 1010111 | 1010110 | 11110 | 0 | 1 | 1000010 | 10110010 | 10010 | 11101 |
Color Harmonies of #3D5756
Complementary color
Monochromatic Colors of #3D5756
Black with #3D5756
Text Example
Text Example
White with #3D5756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5756; }
p { color: rgb(61,87,86); }
H1.HeaderClassName
{
color: #3D5756;
}
.AnyTagClassName
{
color: #3D5756;
}
</style>
background-color css
<style>
a { background-color: #3D5756; }
a { background-color: rgb(61,87,86); }
div.DivClassName
{
background-color: #3D5756;
}
.BgClassName
{
background-color: #3D5756;
}
</style>
border-color css
<style>
span { border-color: #3D5756; }
span { border-color: rgb(61,87,86); }
td.TdClassName
{
border-color: #3D5756;
}
.TagClassName
{
border-color: #3D5756;
}
</style>