Shades of Java #329691
Tints of Java #329691
RGB
CMYK
RGB Variations
Color information
#329691 (or 0x329691) is known color: Java. HEX triplet: 32, 96 and 91. RGB value is (50,150,145). Sum of RGB (Red+Green+Blue) = 50+150+145=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #329691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329691 is #CD696E. Grayscale: #777777. Windows color (decimal): -13461871 or 9541170. OLE color: 9541170.
HSL color Cylindrical-coordinate representation of color #329691: hue angle of 177º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329691 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 150 | 145 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.41 |
| HSL | 177º | 0.5% | 0.39% | - |
| HSV(B) | 177º | 0.67% | 0.59% | - |
| XYZ | 17.33 | 24.54 | 30.61 | - |
| YUV | 119.53 | 142.37 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 145 | 0.67 | 0 | 0.03 | 0.41 | 177 | 0.5 | 0.39 |
| Hex | 32 | 96 | 91 | 43 | 0 | 3 | 29 | B1 | 32 | 27 |
| Octal | 62 | 226 | 221 | 103 | 0 | 3 | 51 | 261 | 62 | 47 |
| Binary | 110010 | 10010110 | 10010001 | 1000011 | 0 | 11 | 101001 | 10110001 | 110010 | 100111 |
Color Harmonies of #329691
Complementary color
Monochromatic Colors of #329691
Black with #329691
Text Example
Text Example
White with #329691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329691; }
p { color: rgb(50,150,145); }
H1.HeaderClassName
{
color: #329691;
}
.AnyTagClassName
{
color: #329691;
}
</style>
background-color css
<style>
a { background-color: #329691; }
a { background-color: rgb(50,150,145); }
div.DivClassName
{
background-color: #329691;
}
.BgClassName
{
background-color: #329691;
}
</style>
border-color css
<style>
span { border-color: #329691; }
span { border-color: rgb(50,150,145); }
td.TdClassName
{
border-color: #329691;
}
.TagClassName
{
border-color: #329691;
}
</style>