Shades of Java #319D92
Tints of Java #319D92
RGB
CMYK
RGB Variations
Color information
#319D92 (or 0x319D92) is known color: Java. HEX triplet: 31, 9D and 92. RGB value is (49,157,146). Sum of RGB (Red+Green+Blue) = 49+157+146=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #319D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319D92 is #CE626D. Grayscale: #7B7B7B. Windows color (decimal): -13525614 or 9608497. OLE color: 9608497.
HSL color Cylindrical-coordinate representation of color #319D92: hue angle of 173.89º 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 #319D92 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 157 | 146 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.38 |
| HSL | 173.89º | 0.52% | 0.4% | - |
| HSV(B) | 173.89º | 0.69% | 0.62% | - |
| XYZ | 18.51 | 26.84 | 31.4 | - |
| YUV | 123.45 | 140.72 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 157 | 146 | 0.69 | 0 | 0.07 | 0.38 | 173.89 | 0.52 | 0.4 |
| Hex | 31 | 9D | 92 | 45 | 0 | 7 | 26 | AE | 34 | 28 |
| Octal | 61 | 235 | 222 | 105 | 0 | 7 | 46 | 256 | 64 | 50 |
| Binary | 110001 | 10011101 | 10010010 | 1000101 | 0 | 111 | 100110 | 10101110 | 110100 | 101000 |
Color Harmonies of #319D92
Complementary color
Monochromatic Colors of #319D92
Black with #319D92
Text Example
Text Example
White with #319D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319D92; }
p { color: rgb(49,157,146); }
H1.HeaderClassName
{
color: #319D92;
}
.AnyTagClassName
{
color: #319D92;
}
</style>
background-color css
<style>
a { background-color: #319D92; }
a { background-color: rgb(49,157,146); }
div.DivClassName
{
background-color: #319D92;
}
.BgClassName
{
background-color: #319D92;
}
</style>
border-color css
<style>
span { border-color: #319D92; }
span { border-color: rgb(49,157,146); }
td.TdClassName
{
border-color: #319D92;
}
.TagClassName
{
border-color: #319D92;
}
</style>