Shades of Java #249589
Tints of Java #249589
RGB
CMYK
RGB Variations
Color information
#249589 (or 0x249589) is known color: Java. HEX triplet: 24, 95 and 89. RGB value is (36,149,137). Sum of RGB (Red+Green+Blue) = 36+149+137=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #249589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249589 is #DB6A76. Grayscale: #717171. Windows color (decimal): -14379639 or 9016612. OLE color: 9016612.
HSL color Cylindrical-coordinate representation of color #249589: hue angle of 173.63º 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 #249589 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 149 | 137 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.42 |
| HSL | 173.63º | 0.61% | 0.36% | - |
| HSV(B) | 173.63º | 0.76% | 0.58% | - |
| XYZ | 15.99 | 23.68 | 27.39 | - |
| YUV | 113.85 | 141.06 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 137 | 0.76 | 0 | 0.08 | 0.42 | 173.63 | 0.61 | 0.36 |
| Hex | 24 | 95 | 89 | 4C | 0 | 8 | 2A | AE | 3D | 24 |
| Octal | 44 | 225 | 211 | 114 | 0 | 10 | 52 | 256 | 75 | 44 |
| Binary | 100100 | 10010101 | 10001001 | 1001100 | 0 | 1000 | 101010 | 10101110 | 111101 | 100100 |
Color Harmonies of #249589
Complementary color
Monochromatic Colors of #249589
Black with #249589
Text Example
Text Example
White with #249589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249589; }
p { color: rgb(36,149,137); }
H1.HeaderClassName
{
color: #249589;
}
.AnyTagClassName
{
color: #249589;
}
</style>
background-color css
<style>
a { background-color: #249589; }
a { background-color: rgb(36,149,137); }
div.DivClassName
{
background-color: #249589;
}
.BgClassName
{
background-color: #249589;
}
</style>
border-color css
<style>
span { border-color: #249589; }
span { border-color: rgb(36,149,137); }
td.TdClassName
{
border-color: #249589;
}
.TagClassName
{
border-color: #249589;
}
</style>