Shades of Oracle #41615E
Tints of Oracle #41615E
RGB
CMYK
RGB Variations
Color information
#41615E (or 0x41615E) is known color: Oracle. HEX triplet: 41, 61 and 5E. RGB value is (65,97,94). Sum of RGB (Red+Green+Blue) = 65+97+94=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #41615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41615E is #BE9EA1. Grayscale: #575757. Windows color (decimal): -12492450 or 6185281. OLE color: 6185281.
HSL color Cylindrical-coordinate representation of color #41615E: hue angle of 174.38º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #41615E is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 97 | 94 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.62 |
| HSL | 174.38º | 0.2% | 0.32% | - |
| HSV(B) | 174.38º | 0.33% | 0.38% | - |
| XYZ | 8.48 | 10.48 | 12.17 | - |
| YUV | 87.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 97 | 94 | 0.33 | 0 | 0.03 | 0.62 | 174.38 | 0.2 | 0.32 |
| Hex | 41 | 61 | 5E | 21 | 0 | 3 | 3E | AE | 14 | 20 |
| Octal | 101 | 141 | 136 | 41 | 0 | 3 | 76 | 256 | 24 | 40 |
| Binary | 1000001 | 1100001 | 1011110 | 100001 | 0 | 11 | 111110 | 10101110 | 10100 | 100000 |
Color Harmonies of #41615E
Complementary color
Monochromatic Colors of #41615E
Black with #41615E
Text Example
Text Example
White with #41615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41615E; }
p { color: rgb(65,97,94); }
H1.HeaderClassName
{
color: #41615E;
}
.AnyTagClassName
{
color: #41615E;
}
</style>
background-color css
<style>
a { background-color: #41615E; }
a { background-color: rgb(65,97,94); }
div.DivClassName
{
background-color: #41615E;
}
.BgClassName
{
background-color: #41615E;
}
</style>
border-color css
<style>
span { border-color: #41615E; }
span { border-color: rgb(65,97,94); }
td.TdClassName
{
border-color: #41615E;
}
.TagClassName
{
border-color: #41615E;
}
</style>