Shades of Oracle #32625F
Tints of Oracle #32625F
RGB
CMYK
RGB Variations
Color information
#32625F (or 0x32625F) is known color: Oracle. HEX triplet: 32, 62 and 5F. RGB value is (50,98,95). Sum of RGB (Red+Green+Blue) = 50+98+95=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 98 - color contains mainly: green. Hex color #32625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32625F is #CD9DA0. Grayscale: #535353. Windows color (decimal): -13475233 or 6251058. OLE color: 6251058.
HSL color Cylindrical-coordinate representation of color #32625F: hue angle of 176.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #32625F is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 98 | 95 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.62 |
| HSL | 176.25º | 0.32% | 0.29% | - |
| HSV(B) | 176.25º | 0.49% | 0.38% | - |
| XYZ | 7.75 | 10.24 | 12.39 | - |
| YUV | 83.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 95 | 0.49 | 0 | 0.03 | 0.62 | 176.25 | 0.32 | 0.29 |
| Hex | 32 | 62 | 5F | 31 | 0 | 3 | 3E | B0 | 20 | 1D |
| Octal | 62 | 142 | 137 | 61 | 0 | 3 | 76 | 260 | 40 | 35 |
| Binary | 110010 | 1100010 | 1011111 | 110001 | 0 | 11 | 111110 | 10110000 | 100000 | 11101 |
Color Harmonies of #32625F
Complementary color
Monochromatic Colors of #32625F
Black with #32625F
Text Example
Text Example
White with #32625F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32625F; }
p { color: rgb(50,98,95); }
H1.HeaderClassName
{
color: #32625F;
}
.AnyTagClassName
{
color: #32625F;
}
</style>
background-color css
<style>
a { background-color: #32625F; }
a { background-color: rgb(50,98,95); }
div.DivClassName
{
background-color: #32625F;
}
.BgClassName
{
background-color: #32625F;
}
</style>
border-color css
<style>
span { border-color: #32625F; }
span { border-color: rgb(50,98,95); }
td.TdClassName
{
border-color: #32625F;
}
.TagClassName
{
border-color: #32625F;
}
</style>