Shades of Java #37A29D
Tints of Java #37A29D
RGB
CMYK
RGB Variations
Color information
#37A29D (or 0x37A29D) is known color: Java. HEX triplet: 37, A2 and 9D. RGB value is (55,162,157). Sum of RGB (Red+Green+Blue) = 55+162+157=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #37A29D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A29D is #C85D62. Grayscale: #818181. Windows color (decimal): -13131107 or 10330679. OLE color: 10330679.
HSL color Cylindrical-coordinate representation of color #37A29D: hue angle of 177.2º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A29D is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 162 | 157 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.36 |
| HSL | 177.2º | 0.49% | 0.43% | - |
| HSV(B) | 177.2º | 0.66% | 0.64% | - |
| XYZ | 20.58 | 29.09 | 36.43 | - |
| YUV | 129.44 | 143.55 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 162 | 157 | 0.66 | 0 | 0.03 | 0.36 | 177.2 | 0.49 | 0.43 |
| Hex | 37 | A2 | 9D | 42 | 0 | 3 | 24 | B1 | 31 | 2B |
| Octal | 67 | 242 | 235 | 102 | 0 | 3 | 44 | 261 | 61 | 53 |
| Binary | 110111 | 10100010 | 10011101 | 1000010 | 0 | 11 | 100100 | 10110001 | 110001 | 101011 |
Color Harmonies of #37A29D
Complementary color
Monochromatic Colors of #37A29D
Black with #37A29D
Text Example
Text Example
White with #37A29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A29D; }
p { color: rgb(55,162,157); }
H1.HeaderClassName
{
color: #37A29D;
}
.AnyTagClassName
{
color: #37A29D;
}
</style>
background-color css
<style>
a { background-color: #37A29D; }
a { background-color: rgb(55,162,157); }
div.DivClassName
{
background-color: #37A29D;
}
.BgClassName
{
background-color: #37A29D;
}
</style>
border-color css
<style>
span { border-color: #37A29D; }
span { border-color: rgb(55,162,157); }
td.TdClassName
{
border-color: #37A29D;
}
.TagClassName
{
border-color: #37A29D;
}
</style>