Shades of Oracle #40605D
Tints of Oracle #40605D
RGB
CMYK
RGB Variations
Color information
#40605D (or 0x40605D) is known color: Oracle. HEX triplet: 40, 60 and 5D. RGB value is (64,96,93). Sum of RGB (Red+Green+Blue) = 64+96+93=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 96 - color contains mainly: green. Hex color #40605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40605D is #BF9FA2. Grayscale: #565656. Windows color (decimal): -12558243 or 6119488. OLE color: 6119488.
HSL color Cylindrical-coordinate representation of color #40605D: hue angle of 174.38º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40605D is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 96 | 93 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.62 |
| HSL | 174.38º | 0.2% | 0.31% | - |
| HSV(B) | 174.38º | 0.33% | 0.38% | - |
| XYZ | 8.27 | 10.25 | 11.9 | - |
| YUV | 86.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 93 | 0.33 | 0 | 0.03 | 0.62 | 174.38 | 0.2 | 0.31 |
| Hex | 40 | 60 | 5D | 21 | 0 | 3 | 3E | AE | 14 | 1F |
| Octal | 100 | 140 | 135 | 41 | 0 | 3 | 76 | 256 | 24 | 37 |
| Binary | 1000000 | 1100000 | 1011101 | 100001 | 0 | 11 | 111110 | 10101110 | 10100 | 11111 |
Color Harmonies of #40605D
Complementary color
Monochromatic Colors of #40605D
Black with #40605D
Text Example
Text Example
White with #40605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40605D; }
p { color: rgb(64,96,93); }
H1.HeaderClassName
{
color: #40605D;
}
.AnyTagClassName
{
color: #40605D;
}
</style>
background-color css
<style>
a { background-color: #40605D; }
a { background-color: rgb(64,96,93); }
div.DivClassName
{
background-color: #40605D;
}
.BgClassName
{
background-color: #40605D;
}
</style>
border-color css
<style>
span { border-color: #40605D; }
span { border-color: rgb(64,96,93); }
td.TdClassName
{
border-color: #40605D;
}
.TagClassName
{
border-color: #40605D;
}
</style>