Shades of Java #31A49D
Tints of Java #31A49D
RGB
CMYK
RGB Variations
Color information
#31A49D (or 0x31A49D) is known color: Java. HEX triplet: 31, A4 and 9D. RGB value is (49,164,157). Sum of RGB (Red+Green+Blue) = 49+164+157=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #31A49D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A49D is #CE5B62. Grayscale: #808080. Windows color (decimal): -13523811 or 10331185. OLE color: 10331185.
HSL color Cylindrical-coordinate representation of color #31A49D: hue angle of 176.35º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A49D is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 164 | 157 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.36 |
| HSL | 176.35º | 0.54% | 0.42% | - |
| HSV(B) | 176.35º | 0.7% | 0.64% | - |
| XYZ | 20.63 | 29.64 | 36.53 | - |
| YUV | 128.82 | 143.9 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 157 | 0.70 | 0 | 0.04 | 0.36 | 176.35 | 0.54 | 0.42 |
| Hex | 31 | A4 | 9D | 46 | 0 | 4 | 24 | B0 | 36 | 2A |
| Octal | 61 | 244 | 235 | 106 | 0 | 4 | 44 | 260 | 66 | 52 |
| Binary | 110001 | 10100100 | 10011101 | 1000110 | 0 | 100 | 100100 | 10110000 | 110110 | 101010 |
Color Harmonies of #31A49D
Complementary color
Monochromatic Colors of #31A49D
Black with #31A49D
Text Example
Text Example
White with #31A49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A49D; }
p { color: rgb(49,164,157); }
H1.HeaderClassName
{
color: #31A49D;
}
.AnyTagClassName
{
color: #31A49D;
}
</style>
background-color css
<style>
a { background-color: #31A49D; }
a { background-color: rgb(49,164,157); }
div.DivClassName
{
background-color: #31A49D;
}
.BgClassName
{
background-color: #31A49D;
}
</style>
border-color css
<style>
span { border-color: #31A49D; }
span { border-color: rgb(49,164,157); }
td.TdClassName
{
border-color: #31A49D;
}
.TagClassName
{
border-color: #31A49D;
}
</style>