Shades of Java #329896
Tints of Java #329896
RGB
CMYK
RGB Variations
Color information
#329896 (or 0x329896) is known color: Java. HEX triplet: 32, 98 and 96. RGB value is (50,152,150). Sum of RGB (Red+Green+Blue) = 50+152+150=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #329896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329896 is #CD6769. Grayscale: #797979. Windows color (decimal): -13461354 or 9869362. OLE color: 9869362.
HSL color Cylindrical-coordinate representation of color #329896: hue angle of 178.82º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329896 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 150 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.40 |
| HSL | 178.82º | 0.5% | 0.4% | - |
| HSV(B) | 178.82º | 0.67% | 0.6% | - |
| XYZ | 18.05 | 25.34 | 32.79 | - |
| YUV | 121.27 | 144.21 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 150 | 0.67 | 0 | 0.01 | 0.40 | 178.82 | 0.5 | 0.4 |
| Hex | 32 | 98 | 96 | 43 | 0 | 1 | 28 | B3 | 32 | 28 |
| Octal | 62 | 230 | 226 | 103 | 0 | 1 | 50 | 263 | 62 | 50 |
| Binary | 110010 | 10011000 | 10010110 | 1000011 | 0 | 1 | 101000 | 10110011 | 110010 | 101000 |
Color Harmonies of #329896
Complementary color
Monochromatic Colors of #329896
Black with #329896
Text Example
Text Example
White with #329896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329896; }
p { color: rgb(50,152,150); }
H1.HeaderClassName
{
color: #329896;
}
.AnyTagClassName
{
color: #329896;
}
</style>
background-color css
<style>
a { background-color: #329896; }
a { background-color: rgb(50,152,150); }
div.DivClassName
{
background-color: #329896;
}
.BgClassName
{
background-color: #329896;
}
</style>
border-color css
<style>
span { border-color: #329896; }
span { border-color: rgb(50,152,150); }
td.TdClassName
{
border-color: #329896;
}
.TagClassName
{
border-color: #329896;
}
</style>