Shades of Java #329790
Tints of Java #329790
RGB
CMYK
RGB Variations
Color information
#329790 (or 0x329790) is known color: Java. HEX triplet: 32, 97 and 90. RGB value is (50,151,144). Sum of RGB (Red+Green+Blue) = 50+151+144=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #329790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329790 is #CD686F. Grayscale: #777777. Windows color (decimal): -13461616 or 9475890. OLE color: 9475890.
HSL color Cylindrical-coordinate representation of color #329790: hue angle of 175.84º 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 #329790 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 151 | 144 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.41 |
| HSL | 175.84º | 0.5% | 0.39% | - |
| HSV(B) | 175.84º | 0.67% | 0.59% | - |
| XYZ | 17.42 | 24.82 | 30.26 | - |
| YUV | 120 | 141.54 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 151 | 144 | 0.67 | 0 | 0.05 | 0.41 | 175.84 | 0.5 | 0.39 |
| Hex | 32 | 97 | 90 | 43 | 0 | 5 | 29 | B0 | 32 | 27 |
| Octal | 62 | 227 | 220 | 103 | 0 | 5 | 51 | 260 | 62 | 47 |
| Binary | 110010 | 10010111 | 10010000 | 1000011 | 0 | 101 | 101001 | 10110000 | 110010 | 100111 |
Color Harmonies of #329790
Complementary color
Monochromatic Colors of #329790
Black with #329790
Text Example
Text Example
White with #329790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329790; }
p { color: rgb(50,151,144); }
H1.HeaderClassName
{
color: #329790;
}
.AnyTagClassName
{
color: #329790;
}
</style>
background-color css
<style>
a { background-color: #329790; }
a { background-color: rgb(50,151,144); }
div.DivClassName
{
background-color: #329790;
}
.BgClassName
{
background-color: #329790;
}
</style>
border-color css
<style>
span { border-color: #329790; }
span { border-color: rgb(50,151,144); }
td.TdClassName
{
border-color: #329790;
}
.TagClassName
{
border-color: #329790;
}
</style>