Shades of Oracle #3C625F
Tints of Oracle #3C625F
RGB
CMYK
RGB Variations
Color information
#3C625F (or 0x3C625F) is known color: Oracle. HEX triplet: 3C, 62 and 5F. RGB value is (60,98,95). Sum of RGB (Red+Green+Blue) = 60+98+95=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 98 - color contains mainly: green. Hex color #3C625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C625F is #C39DA0. Grayscale: #565656. Windows color (decimal): -12819873 or 6251068. OLE color: 6251068.
HSL color Cylindrical-coordinate representation of color #3C625F: hue angle of 175.26º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C625F is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 98 | 95 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.62 |
| HSL | 175.26º | 0.24% | 0.31% | - |
| HSV(B) | 175.26º | 0.39% | 0.38% | - |
| XYZ | 8.3 | 10.52 | 12.42 | - |
| YUV | 86.3 | 132.91 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 95 | 0.39 | 0 | 0.03 | 0.62 | 175.26 | 0.24 | 0.31 |
| Hex | 3C | 62 | 5F | 27 | 0 | 3 | 3E | AF | 18 | 1F |
| Octal | 74 | 142 | 137 | 47 | 0 | 3 | 76 | 257 | 30 | 37 |
| Binary | 111100 | 1100010 | 1011111 | 100111 | 0 | 11 | 111110 | 10101111 | 11000 | 11111 |
Color Harmonies of #3C625F
Complementary color
Monochromatic Colors of #3C625F
Black with #3C625F
Text Example
Text Example
White with #3C625F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C625F; }
p { color: rgb(60,98,95); }
H1.HeaderClassName
{
color: #3C625F;
}
.AnyTagClassName
{
color: #3C625F;
}
</style>
background-color css
<style>
a { background-color: #3C625F; }
a { background-color: rgb(60,98,95); }
div.DivClassName
{
background-color: #3C625F;
}
.BgClassName
{
background-color: #3C625F;
}
</style>
border-color css
<style>
span { border-color: #3C625F; }
span { border-color: rgb(60,98,95); }
td.TdClassName
{
border-color: #3C625F;
}
.TagClassName
{
border-color: #3C625F;
}
</style>