Shades of Java #31A19A
Tints of Java #31A19A
RGB
CMYK
RGB Variations
Color information
#31A19A (or 0x31A19A) is known color: Java. HEX triplet: 31, A1 and 9A. RGB value is (49,161,154). Sum of RGB (Red+Green+Blue) = 49+161+154=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 161 - color contains mainly: green. Hex color #31A19A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A19A is #CE5E65. Grayscale: #7E7E7E. Windows color (decimal): -13524582 or 10133809. OLE color: 10133809.
HSL color Cylindrical-coordinate representation of color #31A19A: hue angle of 176.25º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A19A is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 161 | 154 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.37 |
| HSL | 176.25º | 0.53% | 0.41% | - |
| HSV(B) | 176.25º | 0.7% | 0.63% | - |
| XYZ | 19.84 | 28.48 | 35.02 | - |
| YUV | 126.71 | 143.39 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 154 | 0.70 | 0 | 0.04 | 0.37 | 176.25 | 0.53 | 0.41 |
| Hex | 31 | A1 | 9A | 46 | 0 | 4 | 25 | B0 | 35 | 29 |
| Octal | 61 | 241 | 232 | 106 | 0 | 4 | 45 | 260 | 65 | 51 |
| Binary | 110001 | 10100001 | 10011010 | 1000110 | 0 | 100 | 100101 | 10110000 | 110101 | 101001 |
Color Harmonies of #31A19A
Complementary color
Monochromatic Colors of #31A19A
Black with #31A19A
Text Example
Text Example
White with #31A19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A19A; }
p { color: rgb(49,161,154); }
H1.HeaderClassName
{
color: #31A19A;
}
.AnyTagClassName
{
color: #31A19A;
}
</style>
background-color css
<style>
a { background-color: #31A19A; }
a { background-color: rgb(49,161,154); }
div.DivClassName
{
background-color: #31A19A;
}
.BgClassName
{
background-color: #31A19A;
}
</style>
border-color css
<style>
span { border-color: #31A19A; }
span { border-color: rgb(49,161,154); }
td.TdClassName
{
border-color: #31A19A;
}
.TagClassName
{
border-color: #31A19A;
}
</style>