Shades of Java #319D96
Tints of Java #319D96
RGB
CMYK
RGB Variations
Color information
#319D96 (or 0x319D96) is known color: Java. HEX triplet: 31, 9D and 96. RGB value is (49,157,150). Sum of RGB (Red+Green+Blue) = 49+157+150=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 157 - color contains mainly: green. Hex color #319D96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319D96 is #CE6269. Grayscale: #7B7B7B. Windows color (decimal): -13525610 or 9870641. OLE color: 9870641.
HSL color Cylindrical-coordinate representation of color #319D96: hue angle of 176.11º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319D96 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 157 | 150 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.38 |
| HSL | 176.11º | 0.52% | 0.4% | - |
| HSV(B) | 176.11º | 0.69% | 0.62% | - |
| XYZ | 18.83 | 26.97 | 33.07 | - |
| YUV | 123.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 157 | 150 | 0.69 | 0 | 0.04 | 0.38 | 176.11 | 0.52 | 0.4 |
| Hex | 31 | 9D | 96 | 45 | 0 | 4 | 26 | B0 | 34 | 28 |
| Octal | 61 | 235 | 226 | 105 | 0 | 4 | 46 | 260 | 64 | 50 |
| Binary | 110001 | 10011101 | 10010110 | 1000101 | 0 | 100 | 100110 | 10110000 | 110100 | 101000 |
Color Harmonies of #319D96
Complementary color
Monochromatic Colors of #319D96
Black with #319D96
Text Example
Text Example
White with #319D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319D96; }
p { color: rgb(49,157,150); }
H1.HeaderClassName
{
color: #319D96;
}
.AnyTagClassName
{
color: #319D96;
}
</style>
background-color css
<style>
a { background-color: #319D96; }
a { background-color: rgb(49,157,150); }
div.DivClassName
{
background-color: #319D96;
}
.BgClassName
{
background-color: #319D96;
}
</style>
border-color css
<style>
span { border-color: #319D96; }
span { border-color: rgb(49,157,150); }
td.TdClassName
{
border-color: #319D96;
}
.TagClassName
{
border-color: #319D96;
}
</style>