Shades of Java #36A19C
Tints of Java #36A19C
RGB
CMYK
RGB Variations
Color information
#36A19C (or 0x36A19C) is known color: Java. HEX triplet: 36, A1 and 9C. RGB value is (54,161,156). Sum of RGB (Red+Green+Blue) = 54+161+156=371 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.56% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #36A19C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A19C is #C95E63. Grayscale: #808080. Windows color (decimal): -13196900 or 10264886. OLE color: 10264886.
HSL color Cylindrical-coordinate representation of color #36A19C: hue angle of 177.2º 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 #36A19C is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 161 | 156 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.37 |
| HSL | 177.2º | 0.5% | 0.42% | - |
| HSV(B) | 177.2º | 0.66% | 0.63% | - |
| XYZ | 20.27 | 28.67 | 35.92 | - |
| YUV | 128.44 | 143.55 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 161 | 156 | 0.66 | 0 | 0.03 | 0.37 | 177.2 | 0.5 | 0.42 |
| Hex | 36 | A1 | 9C | 42 | 0 | 3 | 25 | B1 | 32 | 2A |
| Octal | 66 | 241 | 234 | 102 | 0 | 3 | 45 | 261 | 62 | 52 |
| Binary | 110110 | 10100001 | 10011100 | 1000010 | 0 | 11 | 100101 | 10110001 | 110010 | 101010 |
Color Harmonies of #36A19C
Complementary color
Monochromatic Colors of #36A19C
Black with #36A19C
Text Example
Text Example
White with #36A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A19C; }
p { color: rgb(54,161,156); }
H1.HeaderClassName
{
color: #36A19C;
}
.AnyTagClassName
{
color: #36A19C;
}
</style>
background-color css
<style>
a { background-color: #36A19C; }
a { background-color: rgb(54,161,156); }
div.DivClassName
{
background-color: #36A19C;
}
.BgClassName
{
background-color: #36A19C;
}
</style>
border-color css
<style>
span { border-color: #36A19C; }
span { border-color: rgb(54,161,156); }
td.TdClassName
{
border-color: #36A19C;
}
.TagClassName
{
border-color: #36A19C;
}
</style>