Shades of Java #259592
Tints of Java #259592
RGB
CMYK
RGB Variations
Color information
#259592 (or 0x259592) is known color: Java. HEX triplet: 25, 95 and 92. RGB value is (37,149,146). Sum of RGB (Red+Green+Blue) = 37+149+146=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #259592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259592 is #DA6A6D. Grayscale: #737373. Windows color (decimal): -14314094 or 9606437. OLE color: 9606437.
HSL color Cylindrical-coordinate representation of color #259592: hue angle of 178.39º 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 #259592 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 149 | 146 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.42 |
| HSL | 178.39º | 0.6% | 0.36% | - |
| HSV(B) | 178.39º | 0.75% | 0.58% | - |
| XYZ | 16.7 | 23.96 | 30.94 | - |
| YUV | 115.17 | 145.39 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 149 | 146 | 0.75 | 0 | 0.02 | 0.42 | 178.39 | 0.6 | 0.36 |
| Hex | 25 | 95 | 92 | 4B | 0 | 2 | 2A | B2 | 3C | 24 |
| Octal | 45 | 225 | 222 | 113 | 0 | 2 | 52 | 262 | 74 | 44 |
| Binary | 100101 | 10010101 | 10010010 | 1001011 | 0 | 10 | 101010 | 10110010 | 111100 | 100100 |
Color Harmonies of #259592
Complementary color
Monochromatic Colors of #259592
Black with #259592
Text Example
Text Example
White with #259592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259592; }
p { color: rgb(37,149,146); }
H1.HeaderClassName
{
color: #259592;
}
.AnyTagClassName
{
color: #259592;
}
</style>
background-color css
<style>
a { background-color: #259592; }
a { background-color: rgb(37,149,146); }
div.DivClassName
{
background-color: #259592;
}
.BgClassName
{
background-color: #259592;
}
</style>
border-color css
<style>
span { border-color: #259592; }
span { border-color: rgb(37,149,146); }
td.TdClassName
{
border-color: #259592;
}
.TagClassName
{
border-color: #259592;
}
</style>