Shades of Oracle #3D605D
Tints of Oracle #3D605D
RGB
CMYK
RGB Variations
Color information
#3D605D (or 0x3D605D) is known color: Oracle. HEX triplet: 3D, 60 and 5D. RGB value is (61,96,93). Sum of RGB (Red+Green+Blue) = 61+96+93=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 96 - color contains mainly: green. Hex color #3D605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D605D is #C29FA2. Grayscale: #555555. Windows color (decimal): -12754851 or 6119485. OLE color: 6119485.
HSL color Cylindrical-coordinate representation of color #3D605D: hue angle of 174.86º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D605D is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 96 | 93 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.62 |
| HSL | 174.86º | 0.22% | 0.31% | - |
| HSV(B) | 174.86º | 0.36% | 0.38% | - |
| XYZ | 8.08 | 10.15 | 11.89 | - |
| YUV | 85.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 96 | 93 | 0.36 | 0 | 0.03 | 0.62 | 174.86 | 0.22 | 0.31 |
| Hex | 3D | 60 | 5D | 24 | 0 | 3 | 3E | AF | 16 | 1F |
| Octal | 75 | 140 | 135 | 44 | 0 | 3 | 76 | 257 | 26 | 37 |
| Binary | 111101 | 1100000 | 1011101 | 100100 | 0 | 11 | 111110 | 10101111 | 10110 | 11111 |
Color Harmonies of #3D605D
Complementary color
Monochromatic Colors of #3D605D
Black with #3D605D
Text Example
Text Example
White with #3D605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D605D; }
p { color: rgb(61,96,93); }
H1.HeaderClassName
{
color: #3D605D;
}
.AnyTagClassName
{
color: #3D605D;
}
</style>
background-color css
<style>
a { background-color: #3D605D; }
a { background-color: rgb(61,96,93); }
div.DivClassName
{
background-color: #3D605D;
}
.BgClassName
{
background-color: #3D605D;
}
</style>
border-color css
<style>
span { border-color: #3D605D; }
span { border-color: rgb(61,96,93); }
td.TdClassName
{
border-color: #3D605D;
}
.TagClassName
{
border-color: #3D605D;
}
</style>