Shades of Java #259492
Tints of Java #259492
RGB
CMYK
RGB Variations
Color information
#259492 (or 0x259492) is known color: Java. HEX triplet: 25, 94 and 92. RGB value is (37,148,146). Sum of RGB (Red+Green+Blue) = 37+148+146=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #259492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259492 is #DA6B6D. Grayscale: #727272. Windows color (decimal): -14314350 or 9606181. OLE color: 9606181.
HSL color Cylindrical-coordinate representation of color #259492: hue angle of 178.92º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259492 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 148 | 146 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.42 |
| HSL | 178.92º | 0.6% | 0.36% | - |
| HSV(B) | 178.92º | 0.75% | 0.58% | - |
| XYZ | 16.54 | 23.65 | 30.89 | - |
| YUV | 114.58 | 145.73 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 146 | 0.75 | 0 | 0.01 | 0.42 | 178.92 | 0.6 | 0.36 |
| Hex | 25 | 94 | 92 | 4B | 0 | 1 | 2A | B3 | 3C | 24 |
| Octal | 45 | 224 | 222 | 113 | 0 | 1 | 52 | 263 | 74 | 44 |
| Binary | 100101 | 10010100 | 10010010 | 1001011 | 0 | 1 | 101010 | 10110011 | 111100 | 100100 |
Color Harmonies of #259492
Complementary color
Monochromatic Colors of #259492
Black with #259492
Text Example
Text Example
White with #259492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259492; }
p { color: rgb(37,148,146); }
H1.HeaderClassName
{
color: #259492;
}
.AnyTagClassName
{
color: #259492;
}
</style>
background-color css
<style>
a { background-color: #259492; }
a { background-color: rgb(37,148,146); }
div.DivClassName
{
background-color: #259492;
}
.BgClassName
{
background-color: #259492;
}
</style>
border-color css
<style>
span { border-color: #259492; }
span { border-color: rgb(37,148,146); }
td.TdClassName
{
border-color: #259492;
}
.TagClassName
{
border-color: #259492;
}
</style>