Shades of Java #369D96
Tints of Java #369D96
RGB
CMYK
RGB Variations
Color information
#369D96 (or 0x369D96) is known color: Java. HEX triplet: 36, 9D and 96. RGB value is (54,157,150). Sum of RGB (Red+Green+Blue) = 54+157+150=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #369D96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369D96 is #C96269. Grayscale: #7D7D7D. Windows color (decimal): -13197930 or 9870646. OLE color: 9870646.
HSL color Cylindrical-coordinate representation of color #369D96: hue angle of 175.92º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369D96 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 157 | 150 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.38 |
| HSL | 175.92º | 0.49% | 0.41% | - |
| HSV(B) | 175.92º | 0.66% | 0.62% | - |
| XYZ | 19.08 | 27.1 | 33.08 | - |
| YUV | 125.41 | 141.88 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 150 | 0.66 | 0 | 0.04 | 0.38 | 175.92 | 0.49 | 0.41 |
| Hex | 36 | 9D | 96 | 42 | 0 | 4 | 26 | B0 | 31 | 29 |
| Octal | 66 | 235 | 226 | 102 | 0 | 4 | 46 | 260 | 61 | 51 |
| Binary | 110110 | 10011101 | 10010110 | 1000010 | 0 | 100 | 100110 | 10110000 | 110001 | 101001 |
Color Harmonies of #369D96
Complementary color
Monochromatic Colors of #369D96
Black with #369D96
Text Example
Text Example
White with #369D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369D96; }
p { color: rgb(54,157,150); }
H1.HeaderClassName
{
color: #369D96;
}
.AnyTagClassName
{
color: #369D96;
}
</style>
background-color css
<style>
a { background-color: #369D96; }
a { background-color: rgb(54,157,150); }
div.DivClassName
{
background-color: #369D96;
}
.BgClassName
{
background-color: #369D96;
}
</style>
border-color css
<style>
span { border-color: #369D96; }
span { border-color: rgb(54,157,150); }
td.TdClassName
{
border-color: #369D96;
}
.TagClassName
{
border-color: #369D96;
}
</style>