Shades of Java #249484
Tints of Java #249484
RGB
CMYK
RGB Variations
Color information
#249484 (or 0x249484) is known color: Java. HEX triplet: 24, 94 and 84. RGB value is (36,148,132). Sum of RGB (Red+Green+Blue) = 36+148+132=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #249484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249484 is #DB6B7B. Grayscale: #707070. Windows color (decimal): -14379900 or 8688676. OLE color: 8688676.
HSL color Cylindrical-coordinate representation of color #249484: hue angle of 171.43º 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 #249484 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 148 | 132 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.42 |
| HSL | 171.43º | 0.61% | 0.36% | - |
| HSV(B) | 171.43º | 0.76% | 0.58% | - |
| XYZ | 15.48 | 23.22 | 25.5 | - |
| YUV | 112.69 | 138.89 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 132 | 0.76 | 0 | 0.11 | 0.42 | 171.43 | 0.61 | 0.36 |
| Hex | 24 | 94 | 84 | 4C | 0 | B | 2A | AB | 3D | 24 |
| Octal | 44 | 224 | 204 | 114 | 0 | 13 | 52 | 253 | 75 | 44 |
| Binary | 100100 | 10010100 | 10000100 | 1001100 | 0 | 1011 | 101010 | 10101011 | 111101 | 100100 |
Color Harmonies of #249484
Complementary color
Monochromatic Colors of #249484
Black with #249484
Text Example
Text Example
White with #249484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249484; }
p { color: rgb(36,148,132); }
H1.HeaderClassName
{
color: #249484;
}
.AnyTagClassName
{
color: #249484;
}
</style>
background-color css
<style>
a { background-color: #249484; }
a { background-color: rgb(36,148,132); }
div.DivClassName
{
background-color: #249484;
}
.BgClassName
{
background-color: #249484;
}
</style>
border-color css
<style>
span { border-color: #249484; }
span { border-color: rgb(36,148,132); }
td.TdClassName
{
border-color: #249484;
}
.TagClassName
{
border-color: #249484;
}
</style>