Shades of Java #279592
Tints of Java #279592
RGB
CMYK
RGB Variations
Color information
#279592 (or 0x279592) is known color: Java. HEX triplet: 27, 95 and 92. RGB value is (39,149,146). Sum of RGB (Red+Green+Blue) = 39+149+146=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #279592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279592 is #D86A6D. Grayscale: #737373. Windows color (decimal): -14183022 or 9606439. OLE color: 9606439.
HSL color Cylindrical-coordinate representation of color #279592: hue angle of 178.36º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #279592 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 149 | 146 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.42 |
| HSL | 178.36º | 0.59% | 0.37% | - |
| HSV(B) | 178.36º | 0.74% | 0.58% | - |
| XYZ | 16.77 | 24 | 30.94 | - |
| YUV | 115.77 | 145.06 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 149 | 146 | 0.74 | 0 | 0.02 | 0.42 | 178.36 | 0.59 | 0.37 |
| Hex | 27 | 95 | 92 | 4A | 0 | 2 | 2A | B2 | 3B | 25 |
| Octal | 47 | 225 | 222 | 112 | 0 | 2 | 52 | 262 | 73 | 45 |
| Binary | 100111 | 10010101 | 10010010 | 1001010 | 0 | 10 | 101010 | 10110010 | 111011 | 100101 |
Color Harmonies of #279592
Complementary color
Monochromatic Colors of #279592
Black with #279592
Text Example
Text Example
White with #279592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279592; }
p { color: rgb(39,149,146); }
H1.HeaderClassName
{
color: #279592;
}
.AnyTagClassName
{
color: #279592;
}
</style>
background-color css
<style>
a { background-color: #279592; }
a { background-color: rgb(39,149,146); }
div.DivClassName
{
background-color: #279592;
}
.BgClassName
{
background-color: #279592;
}
</style>
border-color css
<style>
span { border-color: #279592; }
span { border-color: rgb(39,149,146); }
td.TdClassName
{
border-color: #279592;
}
.TagClassName
{
border-color: #279592;
}
</style>