Shades of Java #329592
Tints of Java #329592
RGB
CMYK
RGB Variations
Color information
#329592 (or 0x329592) is known color: Java. HEX triplet: 32, 95 and 92. RGB value is (50,149,146). Sum of RGB (Red+Green+Blue) = 50+149+146=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #329592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329592 is #CD6A6D. Grayscale: #767676. Windows color (decimal): -13462126 or 9606450. OLE color: 9606450.
HSL color Cylindrical-coordinate representation of color #329592: hue angle of 178.18º 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 #329592 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 146 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.42 |
| HSL | 178.18º | 0.5% | 0.39% | - |
| HSV(B) | 178.18º | 0.66% | 0.58% | - |
| XYZ | 17.25 | 24.25 | 30.97 | - |
| YUV | 119.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 146 | 0.66 | 0 | 0.02 | 0.42 | 178.18 | 0.5 | 0.39 |
| Hex | 32 | 95 | 92 | 42 | 0 | 2 | 2A | B2 | 32 | 27 |
| Octal | 62 | 225 | 222 | 102 | 0 | 2 | 52 | 262 | 62 | 47 |
| Binary | 110010 | 10010101 | 10010010 | 1000010 | 0 | 10 | 101010 | 10110010 | 110010 | 100111 |
Color Harmonies of #329592
Complementary color
Monochromatic Colors of #329592
Black with #329592
Text Example
Text Example
White with #329592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329592; }
p { color: rgb(50,149,146); }
H1.HeaderClassName
{
color: #329592;
}
.AnyTagClassName
{
color: #329592;
}
</style>
background-color css
<style>
a { background-color: #329592; }
a { background-color: rgb(50,149,146); }
div.DivClassName
{
background-color: #329592;
}
.BgClassName
{
background-color: #329592;
}
</style>
border-color css
<style>
span { border-color: #329592; }
span { border-color: rgb(50,149,146); }
td.TdClassName
{
border-color: #329592;
}
.TagClassName
{
border-color: #329592;
}
</style>