Shades of Java #37A19C
Tints of Java #37A19C
RGB
CMYK
RGB Variations
Color information
#37A19C (or 0x37A19C) is known color: Java. HEX triplet: 37, A1 and 9C. RGB value is (55,161,156). Sum of RGB (Red+Green+Blue) = 55+161+156=372 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.78% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 161 - color contains mainly: green. Hex color #37A19C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A19C is #C85E63. Grayscale: #808080. Windows color (decimal): -13131364 or 10264887. OLE color: 10264887.
HSL color Cylindrical-coordinate representation of color #37A19C: hue angle of 177.17º degrees, saturation: 0.49, 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 #37A19C is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 161 | 156 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.37 |
| HSL | 177.17º | 0.49% | 0.42% | - |
| HSV(B) | 177.17º | 0.66% | 0.63% | - |
| XYZ | 20.32 | 28.7 | 35.92 | - |
| YUV | 128.74 | 143.38 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 161 | 156 | 0.66 | 0 | 0.03 | 0.37 | 177.17 | 0.49 | 0.42 |
| Hex | 37 | A1 | 9C | 42 | 0 | 3 | 25 | B1 | 31 | 2A |
| Octal | 67 | 241 | 234 | 102 | 0 | 3 | 45 | 261 | 61 | 52 |
| Binary | 110111 | 10100001 | 10011100 | 1000010 | 0 | 11 | 100101 | 10110001 | 110001 | 101010 |
Color Harmonies of #37A19C
Complementary color
Monochromatic Colors of #37A19C
Black with #37A19C
Text Example
Text Example
White with #37A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A19C; }
p { color: rgb(55,161,156); }
H1.HeaderClassName
{
color: #37A19C;
}
.AnyTagClassName
{
color: #37A19C;
}
</style>
background-color css
<style>
a { background-color: #37A19C; }
a { background-color: rgb(55,161,156); }
div.DivClassName
{
background-color: #37A19C;
}
.BgClassName
{
background-color: #37A19C;
}
</style>
border-color css
<style>
span { border-color: #37A19C; }
span { border-color: rgb(55,161,156); }
td.TdClassName
{
border-color: #37A19C;
}
.TagClassName
{
border-color: #37A19C;
}
</style>