Shades of Java #349796
Tints of Java #349796
RGB
CMYK
RGB Variations
Color information
#349796 (or 0x349796) is known color: Java. HEX triplet: 34, 97 and 96. RGB value is (52,151,150). Sum of RGB (Red+Green+Blue) = 52+151+150=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 151 - color contains mainly: green. Hex color #349796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349796 is #CB6869. Grayscale: #797979. Windows color (decimal): -13330538 or 9869108. OLE color: 9869108.
HSL color Cylindrical-coordinate representation of color #349796: hue angle of 179.39º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349796 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 151 | 150 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.41 |
| HSL | 179.39º | 0.49% | 0.4% | - |
| HSV(B) | 179.39º | 0.66% | 0.59% | - |
| XYZ | 17.99 | 25.07 | 32.74 | - |
| YUV | 121.29 | 144.2 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 150 | 0.66 | 0 | 0.01 | 0.41 | 179.39 | 0.49 | 0.4 |
| Hex | 34 | 97 | 96 | 42 | 0 | 1 | 29 | B3 | 31 | 28 |
| Octal | 64 | 227 | 226 | 102 | 0 | 1 | 51 | 263 | 61 | 50 |
| Binary | 110100 | 10010111 | 10010110 | 1000010 | 0 | 1 | 101001 | 10110011 | 110001 | 101000 |
Color Harmonies of #349796
Complementary color
Monochromatic Colors of #349796
Black with #349796
Text Example
Text Example
White with #349796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349796; }
p { color: rgb(52,151,150); }
H1.HeaderClassName
{
color: #349796;
}
.AnyTagClassName
{
color: #349796;
}
</style>
background-color css
<style>
a { background-color: #349796; }
a { background-color: rgb(52,151,150); }
div.DivClassName
{
background-color: #349796;
}
.BgClassName
{
background-color: #349796;
}
</style>
border-color css
<style>
span { border-color: #349796; }
span { border-color: rgb(52,151,150); }
td.TdClassName
{
border-color: #349796;
}
.TagClassName
{
border-color: #349796;
}
</style>