Shades of Java #249795
Tints of Java #249795
RGB
CMYK
RGB Variations
Color information
#249795 (or 0x249795) is known color: Java. HEX triplet: 24, 97 and 95. RGB value is (36,151,149). Sum of RGB (Red+Green+Blue) = 36+151+149=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #249795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249795 is #DB686A. Grayscale: #747474. Windows color (decimal): -14379115 or 9803556. OLE color: 9803556.
HSL color Cylindrical-coordinate representation of color #249795: hue angle of 178.96º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249795 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 151 | 149 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.41 |
| HSL | 178.96º | 0.61% | 0.37% | - |
| HSV(B) | 178.96º | 0.76% | 0.59% | - |
| XYZ | 17.22 | 24.68 | 32.29 | - |
| YUV | 116.39 | 146.4 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 151 | 149 | 0.76 | 0 | 0.01 | 0.41 | 178.96 | 0.61 | 0.37 |
| Hex | 24 | 97 | 95 | 4C | 0 | 1 | 29 | B3 | 3D | 25 |
| Octal | 44 | 227 | 225 | 114 | 0 | 1 | 51 | 263 | 75 | 45 |
| Binary | 100100 | 10010111 | 10010101 | 1001100 | 0 | 1 | 101001 | 10110011 | 111101 | 100101 |
Color Harmonies of #249795
Complementary color
Monochromatic Colors of #249795
Black with #249795
Text Example
Text Example
White with #249795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249795; }
p { color: rgb(36,151,149); }
H1.HeaderClassName
{
color: #249795;
}
.AnyTagClassName
{
color: #249795;
}
</style>
background-color css
<style>
a { background-color: #249795; }
a { background-color: rgb(36,151,149); }
div.DivClassName
{
background-color: #249795;
}
.BgClassName
{
background-color: #249795;
}
</style>
border-color css
<style>
span { border-color: #249795; }
span { border-color: rgb(36,151,149); }
td.TdClassName
{
border-color: #249795;
}
.TagClassName
{
border-color: #249795;
}
</style>