Shades of Oracle #33635F
Tints of Oracle #33635F
RGB
CMYK
RGB Variations
Color information
#33635F (or 0x33635F) is known color: Oracle. HEX triplet: 33, 63 and 5F. RGB value is (51,99,95). Sum of RGB (Red+Green+Blue) = 51+99+95=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 99 - color contains mainly: green. Hex color #33635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33635F is #CC9CA0. Grayscale: #545454. Windows color (decimal): -13409441 or 6251315. OLE color: 6251315.
HSL color Cylindrical-coordinate representation of color #33635F: hue angle of 175º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #33635F is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 99 | 95 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.61 |
| HSL | 175º | 0.32% | 0.29% | - |
| HSV(B) | 175º | 0.48% | 0.39% | - |
| XYZ | 7.89 | 10.45 | 12.43 | - |
| YUV | 84.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 95 | 0.48 | 0 | 0.04 | 0.61 | 175 | 0.32 | 0.29 |
| Hex | 33 | 63 | 5F | 30 | 0 | 4 | 3D | AF | 20 | 1D |
| Octal | 63 | 143 | 137 | 60 | 0 | 4 | 75 | 257 | 40 | 35 |
| Binary | 110011 | 1100011 | 1011111 | 110000 | 0 | 100 | 111101 | 10101111 | 100000 | 11101 |
Color Harmonies of #33635F
Complementary color
Monochromatic Colors of #33635F
Black with #33635F
Text Example
Text Example
White with #33635F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33635F; }
p { color: rgb(51,99,95); }
H1.HeaderClassName
{
color: #33635F;
}
.AnyTagClassName
{
color: #33635F;
}
</style>
background-color css
<style>
a { background-color: #33635F; }
a { background-color: rgb(51,99,95); }
div.DivClassName
{
background-color: #33635F;
}
.BgClassName
{
background-color: #33635F;
}
</style>
border-color css
<style>
span { border-color: #33635F; }
span { border-color: rgb(51,99,95); }
td.TdClassName
{
border-color: #33635F;
}
.TagClassName
{
border-color: #33635F;
}
</style>