Shades of Java #36A09A
Tints of Java #36A09A
RGB
CMYK
RGB Variations
Color information
#36A09A (or 0x36A09A) is known color: Java. HEX triplet: 36, A0 and 9A. RGB value is (54,160,154). Sum of RGB (Red+Green+Blue) = 54+160+154=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 160 - color contains mainly: green. Hex color #36A09A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A09A is #C95F65. Grayscale: #7F7F7F. Windows color (decimal): -13197158 or 10133558. OLE color: 10133558.
HSL color Cylindrical-coordinate representation of color #36A09A: hue angle of 176.6º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36A09A is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 160 | 154 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.37 |
| HSL | 176.6º | 0.5% | 0.42% | - |
| HSV(B) | 176.6º | 0.66% | 0.63% | - |
| XYZ | 19.92 | 28.26 | 34.98 | - |
| YUV | 127.62 | 142.88 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 160 | 154 | 0.66 | 0 | 0.04 | 0.37 | 176.6 | 0.5 | 0.42 |
| Hex | 36 | A0 | 9A | 42 | 0 | 4 | 25 | B1 | 32 | 2A |
| Octal | 66 | 240 | 232 | 102 | 0 | 4 | 45 | 261 | 62 | 52 |
| Binary | 110110 | 10100000 | 10011010 | 1000010 | 0 | 100 | 100101 | 10110001 | 110010 | 101010 |
Color Harmonies of #36A09A
Complementary color
Monochromatic Colors of #36A09A
Black with #36A09A
Text Example
Text Example
White with #36A09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A09A; }
p { color: rgb(54,160,154); }
H1.HeaderClassName
{
color: #36A09A;
}
.AnyTagClassName
{
color: #36A09A;
}
</style>
background-color css
<style>
a { background-color: #36A09A; }
a { background-color: rgb(54,160,154); }
div.DivClassName
{
background-color: #36A09A;
}
.BgClassName
{
background-color: #36A09A;
}
</style>
border-color css
<style>
span { border-color: #36A09A; }
span { border-color: rgb(54,160,154); }
td.TdClassName
{
border-color: #36A09A;
}
.TagClassName
{
border-color: #36A09A;
}
</style>