Shades of Java #339D95
Tints of Java #339D95
RGB
CMYK
RGB Variations
Color information
#339D95 (or 0x339D95) is known color: Java. HEX triplet: 33, 9D and 95. RGB value is (51,157,149). Sum of RGB (Red+Green+Blue) = 51+157+149=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 157 - color contains mainly: green. Hex color #339D95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339D95 is #CC626A. Grayscale: #7C7C7C. Windows color (decimal): -13394539 or 9805107. OLE color: 9805107.
HSL color Cylindrical-coordinate representation of color #339D95: hue angle of 175.47º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339D95 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 157 | 149 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.38 |
| HSL | 175.47º | 0.51% | 0.41% | - |
| HSV(B) | 175.47º | 0.68% | 0.62% | - |
| XYZ | 18.85 | 26.99 | 32.65 | - |
| YUV | 124.39 | 141.88 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 157 | 149 | 0.68 | 0 | 0.05 | 0.38 | 175.47 | 0.51 | 0.41 |
| Hex | 33 | 9D | 95 | 44 | 0 | 5 | 26 | AF | 33 | 29 |
| Octal | 63 | 235 | 225 | 104 | 0 | 5 | 46 | 257 | 63 | 51 |
| Binary | 110011 | 10011101 | 10010101 | 1000100 | 0 | 101 | 100110 | 10101111 | 110011 | 101001 |
Color Harmonies of #339D95
Complementary color
Monochromatic Colors of #339D95
Black with #339D95
Text Example
Text Example
White with #339D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339D95; }
p { color: rgb(51,157,149); }
H1.HeaderClassName
{
color: #339D95;
}
.AnyTagClassName
{
color: #339D95;
}
</style>
background-color css
<style>
a { background-color: #339D95; }
a { background-color: rgb(51,157,149); }
div.DivClassName
{
background-color: #339D95;
}
.BgClassName
{
background-color: #339D95;
}
</style>
border-color css
<style>
span { border-color: #339D95; }
span { border-color: rgb(51,157,149); }
td.TdClassName
{
border-color: #339D95;
}
.TagClassName
{
border-color: #339D95;
}
</style>