Shades of Oracle #41605D
Tints of Oracle #41605D
RGB
CMYK
RGB Variations
Color information
#41605D (or 0x41605D) is known color: Oracle. HEX triplet: 41, 60 and 5D. RGB value is (65,96,93). Sum of RGB (Red+Green+Blue) = 65+96+93=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 96 - color contains mainly: green. Hex color #41605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41605D is #BE9FA2. Grayscale: #565656. Windows color (decimal): -12492707 or 6119489. OLE color: 6119489.
HSL color Cylindrical-coordinate representation of color #41605D: hue angle of 174.19º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41605D is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 96 | 93 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.62 |
| HSL | 174.19º | 0.19% | 0.32% | - |
| HSV(B) | 174.19º | 0.32% | 0.38% | - |
| XYZ | 8.34 | 10.28 | 11.9 | - |
| YUV | 86.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 96 | 93 | 0.32 | 0 | 0.03 | 0.62 | 174.19 | 0.19 | 0.32 |
| Hex | 41 | 60 | 5D | 20 | 0 | 3 | 3E | AE | 13 | 20 |
| Octal | 101 | 140 | 135 | 40 | 0 | 3 | 76 | 256 | 23 | 40 |
| Binary | 1000001 | 1100000 | 1011101 | 100000 | 0 | 11 | 111110 | 10101110 | 10011 | 100000 |
Color Harmonies of #41605D
Complementary color
Monochromatic Colors of #41605D
Black with #41605D
Text Example
Text Example
White with #41605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41605D; }
p { color: rgb(65,96,93); }
H1.HeaderClassName
{
color: #41605D;
}
.AnyTagClassName
{
color: #41605D;
}
</style>
background-color css
<style>
a { background-color: #41605D; }
a { background-color: rgb(65,96,93); }
div.DivClassName
{
background-color: #41605D;
}
.BgClassName
{
background-color: #41605D;
}
</style>
border-color css
<style>
span { border-color: #41605D; }
span { border-color: rgb(65,96,93); }
td.TdClassName
{
border-color: #41605D;
}
.TagClassName
{
border-color: #41605D;
}
</style>