Shades of Java #36A29E
Tints of Java #36A29E
RGB
CMYK
RGB Variations
Color information
#36A29E (or 0x36A29E) is known color: Java. HEX triplet: 36, A2 and 9E. RGB value is (54,162,158). Sum of RGB (Red+Green+Blue) = 54+162+158=374 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.44% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #36A29E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A29E is #C95D61. Grayscale: #818181. Windows color (decimal): -13196642 or 10396214. OLE color: 10396214.
HSL color Cylindrical-coordinate representation of color #36A29E: hue angle of 177.78º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36A29E is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 162 | 158 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.36 |
| HSL | 177.78º | 0.5% | 0.42% | - |
| HSV(B) | 177.78º | 0.67% | 0.64% | - |
| XYZ | 20.61 | 29.09 | 36.88 | - |
| YUV | 129.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 162 | 158 | 0.67 | 0 | 0.02 | 0.36 | 177.78 | 0.5 | 0.42 |
| Hex | 36 | A2 | 9E | 43 | 0 | 2 | 24 | B2 | 32 | 2A |
| Octal | 66 | 242 | 236 | 103 | 0 | 2 | 44 | 262 | 62 | 52 |
| Binary | 110110 | 10100010 | 10011110 | 1000011 | 0 | 10 | 100100 | 10110010 | 110010 | 101010 |
Color Harmonies of #36A29E
Complementary color
Monochromatic Colors of #36A29E
Black with #36A29E
Text Example
Text Example
White with #36A29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A29E; }
p { color: rgb(54,162,158); }
H1.HeaderClassName
{
color: #36A29E;
}
.AnyTagClassName
{
color: #36A29E;
}
</style>
background-color css
<style>
a { background-color: #36A29E; }
a { background-color: rgb(54,162,158); }
div.DivClassName
{
background-color: #36A29E;
}
.BgClassName
{
background-color: #36A29E;
}
</style>
border-color css
<style>
span { border-color: #36A29E; }
span { border-color: rgb(54,162,158); }
td.TdClassName
{
border-color: #36A29E;
}
.TagClassName
{
border-color: #36A29E;
}
</style>