Shades of Java #36A39C
Tints of Java #36A39C
RGB
CMYK
RGB Variations
Color information
#36A39C (or 0x36A39C) is known color: Java. HEX triplet: 36, A3 and 9C. RGB value is (54,163,156). Sum of RGB (Red+Green+Blue) = 54+163+156=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 163 - color contains mainly: green. Hex color #36A39C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A39C is #C95C63. Grayscale: #818181. Windows color (decimal): -13196388 or 10265398. OLE color: 10265398.
HSL color Cylindrical-coordinate representation of color #36A39C: hue angle of 176.15º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36A39C is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 163 | 156 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.36 |
| HSL | 176.15º | 0.5% | 0.43% | - |
| HSV(B) | 176.15º | 0.67% | 0.64% | - |
| XYZ | 20.62 | 29.38 | 36.04 | - |
| YUV | 129.61 | 142.89 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 163 | 156 | 0.67 | 0 | 0.04 | 0.36 | 176.15 | 0.5 | 0.43 |
| Hex | 36 | A3 | 9C | 43 | 0 | 4 | 24 | B0 | 32 | 2B |
| Octal | 66 | 243 | 234 | 103 | 0 | 4 | 44 | 260 | 62 | 53 |
| Binary | 110110 | 10100011 | 10011100 | 1000011 | 0 | 100 | 100100 | 10110000 | 110010 | 101011 |
Color Harmonies of #36A39C
Complementary color
Monochromatic Colors of #36A39C
Black with #36A39C
Text Example
Text Example
White with #36A39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A39C; }
p { color: rgb(54,163,156); }
H1.HeaderClassName
{
color: #36A39C;
}
.AnyTagClassName
{
color: #36A39C;
}
</style>
background-color css
<style>
a { background-color: #36A39C; }
a { background-color: rgb(54,163,156); }
div.DivClassName
{
background-color: #36A39C;
}
.BgClassName
{
background-color: #36A39C;
}
</style>
border-color css
<style>
span { border-color: #36A39C; }
span { border-color: rgb(54,163,156); }
td.TdClassName
{
border-color: #36A39C;
}
.TagClassName
{
border-color: #36A39C;
}
</style>