Shades of Java #249592
Tints of Java #249592
RGB
CMYK
RGB Variations
Color information
#249592 (or 0x249592) is known color: Java. HEX triplet: 24, 95 and 92. RGB value is (36,149,146). Sum of RGB (Red+Green+Blue) = 36+149+146=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #249592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249592 is #DB6A6D. Grayscale: #727272. Windows color (decimal): -14379630 or 9606436. OLE color: 9606436.
HSL color Cylindrical-coordinate representation of color #249592: hue angle of 178.41º 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 #249592 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 149 | 146 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.42 |
| HSL | 178.41º | 0.61% | 0.36% | - |
| HSV(B) | 178.41º | 0.76% | 0.58% | - |
| XYZ | 16.66 | 23.95 | 30.94 | - |
| YUV | 114.87 | 145.56 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 146 | 0.76 | 0 | 0.02 | 0.42 | 178.41 | 0.61 | 0.36 |
| Hex | 24 | 95 | 92 | 4C | 0 | 2 | 2A | B2 | 3D | 24 |
| Octal | 44 | 225 | 222 | 114 | 0 | 2 | 52 | 262 | 75 | 44 |
| Binary | 100100 | 10010101 | 10010010 | 1001100 | 0 | 10 | 101010 | 10110010 | 111101 | 100100 |
Color Harmonies of #249592
Complementary color
Monochromatic Colors of #249592
Black with #249592
Text Example
Text Example
White with #249592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249592; }
p { color: rgb(36,149,146); }
H1.HeaderClassName
{
color: #249592;
}
.AnyTagClassName
{
color: #249592;
}
</style>
background-color css
<style>
a { background-color: #249592; }
a { background-color: rgb(36,149,146); }
div.DivClassName
{
background-color: #249592;
}
.BgClassName
{
background-color: #249592;
}
</style>
border-color css
<style>
span { border-color: #249592; }
span { border-color: rgb(36,149,146); }
td.TdClassName
{
border-color: #249592;
}
.TagClassName
{
border-color: #249592;
}
</style>