Shades of Java #329591
Tints of Java #329591
RGB
CMYK
RGB Variations
Color information
#329591 (or 0x329591) is known color: Java. HEX triplet: 32, 95 and 91. RGB value is (50,149,145). Sum of RGB (Red+Green+Blue) = 50+149+145=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #329591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329591 is #CD6A6E. Grayscale: #767676. Windows color (decimal): -13462127 or 9540914. OLE color: 9540914.
HSL color Cylindrical-coordinate representation of color #329591: hue angle of 177.58º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329591 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 145 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.42 |
| HSL | 177.58º | 0.5% | 0.39% | - |
| HSV(B) | 177.58º | 0.66% | 0.58% | - |
| XYZ | 17.17 | 24.22 | 30.56 | - |
| YUV | 118.94 | 142.7 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 145 | 0.66 | 0 | 0.03 | 0.42 | 177.58 | 0.5 | 0.39 |
| Hex | 32 | 95 | 91 | 42 | 0 | 3 | 2A | B2 | 32 | 27 |
| Octal | 62 | 225 | 221 | 102 | 0 | 3 | 52 | 262 | 62 | 47 |
| Binary | 110010 | 10010101 | 10010001 | 1000010 | 0 | 11 | 101010 | 10110010 | 110010 | 100111 |
Color Harmonies of #329591
Complementary color
Monochromatic Colors of #329591
Black with #329591
Text Example
Text Example
White with #329591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329591; }
p { color: rgb(50,149,145); }
H1.HeaderClassName
{
color: #329591;
}
.AnyTagClassName
{
color: #329591;
}
</style>
background-color css
<style>
a { background-color: #329591; }
a { background-color: rgb(50,149,145); }
div.DivClassName
{
background-color: #329591;
}
.BgClassName
{
background-color: #329591;
}
</style>
border-color css
<style>
span { border-color: #329591; }
span { border-color: rgb(50,149,145); }
td.TdClassName
{
border-color: #329591;
}
.TagClassName
{
border-color: #329591;
}
</style>