Shades of Java #249586
Tints of Java #249586
RGB
CMYK
RGB Variations
Color information
#249586 (or 0x249586) is known color: Java. HEX triplet: 24, 95 and 86. RGB value is (36,149,134). Sum of RGB (Red+Green+Blue) = 36+149+134=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #249586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249586 is #DB6A79. Grayscale: #717171. Windows color (decimal): -14379642 or 8820004. OLE color: 8820004.
HSL color Cylindrical-coordinate representation of color #249586: hue angle of 172.04º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249586 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 149 | 134 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.42 |
| HSL | 172.04º | 0.61% | 0.36% | - |
| HSV(B) | 172.04º | 0.76% | 0.58% | - |
| XYZ | 15.78 | 23.59 | 26.28 | - |
| YUV | 113.5 | 139.56 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 134 | 0.76 | 0 | 0.10 | 0.42 | 172.04 | 0.61 | 0.36 |
| Hex | 24 | 95 | 86 | 4C | 0 | A | 2A | AC | 3D | 24 |
| Octal | 44 | 225 | 206 | 114 | 0 | 12 | 52 | 254 | 75 | 44 |
| Binary | 100100 | 10010101 | 10000110 | 1001100 | 0 | 1010 | 101010 | 10101100 | 111101 | 100100 |
Color Harmonies of #249586
Complementary color
Monochromatic Colors of #249586
Black with #249586
Text Example
Text Example
White with #249586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249586; }
p { color: rgb(36,149,134); }
H1.HeaderClassName
{
color: #249586;
}
.AnyTagClassName
{
color: #249586;
}
</style>
background-color css
<style>
a { background-color: #249586; }
a { background-color: rgb(36,149,134); }
div.DivClassName
{
background-color: #249586;
}
.BgClassName
{
background-color: #249586;
}
</style>
border-color css
<style>
span { border-color: #249586; }
span { border-color: rgb(36,149,134); }
td.TdClassName
{
border-color: #249586;
}
.TagClassName
{
border-color: #249586;
}
</style>