Shades of Java #249591
Tints of Java #249591
RGB
CMYK
RGB Variations
Color information
#249591 (or 0x249591) is known color: Java. HEX triplet: 24, 95 and 91. RGB value is (36,149,145). Sum of RGB (Red+Green+Blue) = 36+149+145=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #249591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249591 is #DB6A6E. Grayscale: #727272. Windows color (decimal): -14379631 or 9540900. OLE color: 9540900.
HSL color Cylindrical-coordinate representation of color #249591: hue angle of 177.88º 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 #249591 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 149 | 145 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.42 |
| HSL | 177.88º | 0.61% | 0.36% | - |
| HSV(B) | 177.88º | 0.76% | 0.58% | - |
| XYZ | 16.59 | 23.91 | 30.53 | - |
| YUV | 114.76 | 145.06 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 145 | 0.76 | 0 | 0.03 | 0.42 | 177.88 | 0.61 | 0.36 |
| Hex | 24 | 95 | 91 | 4C | 0 | 3 | 2A | B2 | 3D | 24 |
| Octal | 44 | 225 | 221 | 114 | 0 | 3 | 52 | 262 | 75 | 44 |
| Binary | 100100 | 10010101 | 10010001 | 1001100 | 0 | 11 | 101010 | 10110010 | 111101 | 100100 |
Color Harmonies of #249591
Complementary color
Monochromatic Colors of #249591
Black with #249591
Text Example
Text Example
White with #249591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249591; }
p { color: rgb(36,149,145); }
H1.HeaderClassName
{
color: #249591;
}
.AnyTagClassName
{
color: #249591;
}
</style>
background-color css
<style>
a { background-color: #249591; }
a { background-color: rgb(36,149,145); }
div.DivClassName
{
background-color: #249591;
}
.BgClassName
{
background-color: #249591;
}
</style>
border-color css
<style>
span { border-color: #249591; }
span { border-color: rgb(36,149,145); }
td.TdClassName
{
border-color: #249591;
}
.TagClassName
{
border-color: #249591;
}
</style>