Shades of Java #249695
Tints of Java #249695
RGB
CMYK
RGB Variations
Color information
#249695 (or 0x249695) is known color: Java. HEX triplet: 24, 96 and 95. RGB value is (36,150,149). Sum of RGB (Red+Green+Blue) = 36+150+149=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #249695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249695 is #DB696A. Grayscale: #737373. Windows color (decimal): -14379371 or 9803300. OLE color: 9803300.
HSL color Cylindrical-coordinate representation of color #249695: hue angle of 179.47º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249695 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 150 | 149 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.41 |
| HSL | 179.47º | 0.61% | 0.36% | - |
| HSV(B) | 179.47º | 0.76% | 0.59% | - |
| XYZ | 17.06 | 24.36 | 32.24 | - |
| YUV | 115.8 | 146.73 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 150 | 149 | 0.76 | 0 | 0.01 | 0.41 | 179.47 | 0.61 | 0.36 |
| Hex | 24 | 96 | 95 | 4C | 0 | 1 | 29 | B3 | 3D | 24 |
| Octal | 44 | 226 | 225 | 114 | 0 | 1 | 51 | 263 | 75 | 44 |
| Binary | 100100 | 10010110 | 10010101 | 1001100 | 0 | 1 | 101001 | 10110011 | 111101 | 100100 |
Color Harmonies of #249695
Complementary color
Monochromatic Colors of #249695
Black with #249695
Text Example
Text Example
White with #249695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249695; }
p { color: rgb(36,150,149); }
H1.HeaderClassName
{
color: #249695;
}
.AnyTagClassName
{
color: #249695;
}
</style>
background-color css
<style>
a { background-color: #249695; }
a { background-color: rgb(36,150,149); }
div.DivClassName
{
background-color: #249695;
}
.BgClassName
{
background-color: #249695;
}
</style>
border-color css
<style>
span { border-color: #249695; }
span { border-color: rgb(36,150,149); }
td.TdClassName
{
border-color: #249695;
}
.TagClassName
{
border-color: #249695;
}
</style>