Shades of Oracle #3D625D
Tints of Oracle #3D625D
RGB
CMYK
RGB Variations
Color information
#3D625D (or 0x3D625D) is known color: Oracle. HEX triplet: 3D, 62 and 5D. RGB value is (61,98,93). Sum of RGB (Red+Green+Blue) = 61+98+93=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #3D625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D625D is #C29DA2. Grayscale: #565656. Windows color (decimal): -12754339 or 6119997. OLE color: 6119997.
HSL color Cylindrical-coordinate representation of color #3D625D: hue angle of 171.89º 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 #3D625D is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 98 | 93 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.62 |
| HSL | 171.89º | 0.23% | 0.31% | - |
| HSV(B) | 171.89º | 0.38% | 0.38% | - |
| XYZ | 8.27 | 10.52 | 11.95 | - |
| YUV | 86.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 98 | 93 | 0.38 | 0 | 0.05 | 0.62 | 171.89 | 0.23 | 0.31 |
| Hex | 3D | 62 | 5D | 26 | 0 | 5 | 3E | AC | 17 | 1F |
| Octal | 75 | 142 | 135 | 46 | 0 | 5 | 76 | 254 | 27 | 37 |
| Binary | 111101 | 1100010 | 1011101 | 100110 | 0 | 101 | 111110 | 10101100 | 10111 | 11111 |
Color Harmonies of #3D625D
Complementary color
Monochromatic Colors of #3D625D
Black with #3D625D
Text Example
Text Example
White with #3D625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D625D; }
p { color: rgb(61,98,93); }
H1.HeaderClassName
{
color: #3D625D;
}
.AnyTagClassName
{
color: #3D625D;
}
</style>
background-color css
<style>
a { background-color: #3D625D; }
a { background-color: rgb(61,98,93); }
div.DivClassName
{
background-color: #3D625D;
}
.BgClassName
{
background-color: #3D625D;
}
</style>
border-color css
<style>
span { border-color: #3D625D; }
span { border-color: rgb(61,98,93); }
td.TdClassName
{
border-color: #3D625D;
}
.TagClassName
{
border-color: #3D625D;
}
</style>