Shades of Java #369D95
Tints of Java #369D95
RGB
CMYK
RGB Variations
Color information
#369D95 (or 0x369D95) is known color: Java. HEX triplet: 36, 9D and 95. RGB value is (54,157,149). Sum of RGB (Red+Green+Blue) = 54+157+149=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 157 - color contains mainly: green. Hex color #369D95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369D95 is #C9626A. Grayscale: #7D7D7D. Windows color (decimal): -13197931 or 9805110. OLE color: 9805110.
HSL color Cylindrical-coordinate representation of color #369D95: hue angle of 175.34º 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 #369D95 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 157 | 149 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.38 |
| HSL | 175.34º | 0.49% | 0.41% | - |
| HSV(B) | 175.34º | 0.66% | 0.62% | - |
| XYZ | 19 | 27.07 | 32.66 | - |
| YUV | 125.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 149 | 0.66 | 0 | 0.05 | 0.38 | 175.34 | 0.49 | 0.41 |
| Hex | 36 | 9D | 95 | 42 | 0 | 5 | 26 | AF | 31 | 29 |
| Octal | 66 | 235 | 225 | 102 | 0 | 5 | 46 | 257 | 61 | 51 |
| Binary | 110110 | 10011101 | 10010101 | 1000010 | 0 | 101 | 100110 | 10101111 | 110001 | 101001 |
Color Harmonies of #369D95
Complementary color
Monochromatic Colors of #369D95
Black with #369D95
Text Example
Text Example
White with #369D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369D95; }
p { color: rgb(54,157,149); }
H1.HeaderClassName
{
color: #369D95;
}
.AnyTagClassName
{
color: #369D95;
}
</style>
background-color css
<style>
a { background-color: #369D95; }
a { background-color: rgb(54,157,149); }
div.DivClassName
{
background-color: #369D95;
}
.BgClassName
{
background-color: #369D95;
}
</style>
border-color css
<style>
span { border-color: #369D95; }
span { border-color: rgb(54,157,149); }
td.TdClassName
{
border-color: #369D95;
}
.TagClassName
{
border-color: #369D95;
}
</style>