Shades of Oracle #3D6260
Tints of Oracle #3D6260
RGB
CMYK
RGB Variations
Color information
#3D6260 (or 0x3D6260) is known color: Oracle. HEX triplet: 3D, 62 and 60. RGB value is (61,98,96). Sum of RGB (Red+Green+Blue) = 61+98+96=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 98 - color contains mainly: green. Hex color #3D6260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6260 is #C29D9F. Grayscale: #565656. Windows color (decimal): -12754336 or 6316605. OLE color: 6316605.
HSL color Cylindrical-coordinate representation of color #3D6260: hue angle of 176.76º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D6260 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 98 | 96 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.62 |
| HSL | 176.76º | 0.23% | 0.31% | - |
| HSV(B) | 176.76º | 0.38% | 0.38% | - |
| XYZ | 8.4 | 10.57 | 12.66 | - |
| YUV | 86.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 98 | 96 | 0.38 | 0 | 0.02 | 0.62 | 176.76 | 0.23 | 0.31 |
| Hex | 3D | 62 | 60 | 26 | 0 | 2 | 3E | B1 | 17 | 1F |
| Octal | 75 | 142 | 140 | 46 | 0 | 2 | 76 | 261 | 27 | 37 |
| Binary | 111101 | 1100010 | 1100000 | 100110 | 0 | 10 | 111110 | 10110001 | 10111 | 11111 |
Color Harmonies of #3D6260
Complementary color
Monochromatic Colors of #3D6260
Black with #3D6260
Text Example
Text Example
White with #3D6260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6260; }
p { color: rgb(61,98,96); }
H1.HeaderClassName
{
color: #3D6260;
}
.AnyTagClassName
{
color: #3D6260;
}
</style>
background-color css
<style>
a { background-color: #3D6260; }
a { background-color: rgb(61,98,96); }
div.DivClassName
{
background-color: #3D6260;
}
.BgClassName
{
background-color: #3D6260;
}
</style>
border-color css
<style>
span { border-color: #3D6260; }
span { border-color: rgb(61,98,96); }
td.TdClassName
{
border-color: #3D6260;
}
.TagClassName
{
border-color: #3D6260;
}
</style>