Shades of Java #249483
Tints of Java #249483
RGB
CMYK
RGB Variations
Color information
#249483 (or 0x249483) is known color: Java. HEX triplet: 24, 94 and 83. RGB value is (36,148,131). Sum of RGB (Red+Green+Blue) = 36+148+131=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #249483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249483 is #DB6B7C. Grayscale: #707070. Windows color (decimal): -14379901 or 8623140. OLE color: 8623140.
HSL color Cylindrical-coordinate representation of color #249483: hue angle of 170.89º 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 #249483 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 148 | 131 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.42 |
| HSL | 170.89º | 0.61% | 0.36% | - |
| HSV(B) | 170.89º | 0.76% | 0.58% | - |
| XYZ | 15.41 | 23.19 | 25.14 | - |
| YUV | 112.57 | 138.39 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 131 | 0.76 | 0 | 0.11 | 0.42 | 170.89 | 0.61 | 0.36 |
| Hex | 24 | 94 | 83 | 4C | 0 | B | 2A | AB | 3D | 24 |
| Octal | 44 | 224 | 203 | 114 | 0 | 13 | 52 | 253 | 75 | 44 |
| Binary | 100100 | 10010100 | 10000011 | 1001100 | 0 | 1011 | 101010 | 10101011 | 111101 | 100100 |
Color Harmonies of #249483
Complementary color
Monochromatic Colors of #249483
Black with #249483
Text Example
Text Example
White with #249483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249483; }
p { color: rgb(36,148,131); }
H1.HeaderClassName
{
color: #249483;
}
.AnyTagClassName
{
color: #249483;
}
</style>
background-color css
<style>
a { background-color: #249483; }
a { background-color: rgb(36,148,131); }
div.DivClassName
{
background-color: #249483;
}
.BgClassName
{
background-color: #249483;
}
</style>
border-color css
<style>
span { border-color: #249483; }
span { border-color: rgb(36,148,131); }
td.TdClassName
{
border-color: #249483;
}
.TagClassName
{
border-color: #249483;
}
</style>