Shades of Jungle Green #34B38A
Tints of Jungle Green #34B38A
RGB
CMYK
RGB Variations
Color information
#34B38A (or 0x34B38A) is known color: Jungle Green. HEX triplet: 34, B3 and 8A. RGB value is (52,179,138). Sum of RGB (Red+Green+Blue) = 52+179+138=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 179 (70.31% from 255 or 48.51% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 179 - color contains mainly: green. Hex color #34B38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B38A is #CB4C75. Grayscale: #888888. Windows color (decimal): -13323382 or 9089844. OLE color: 9089844.
HSL color Cylindrical-coordinate representation of color #34B38A: hue angle of 160.63º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B38A is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 179 | 138 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.30 |
| HSL | 160.63º | 0.55% | 0.45% | - |
| HSV(B) | 160.63º | 0.71% | 0.7% | - |
| XYZ | 22.12 | 34.81 | 29.6 | - |
| YUV | 136.35 | 128.92 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 179 | 138 | 0.71 | 0 | 0.23 | 0.30 | 160.63 | 0.55 | 0.45 |
| Hex | 34 | B3 | 8A | 47 | 0 | 17 | 1E | A1 | 37 | 2D |
| Octal | 64 | 263 | 212 | 107 | 0 | 27 | 36 | 241 | 67 | 55 |
| Binary | 110100 | 10110011 | 10001010 | 1000111 | 0 | 10111 | 11110 | 10100001 | 110111 | 101101 |
Color Harmonies of #34B38A
Complementary color
Monochromatic Colors of #34B38A
Black with #34B38A
Text Example
Text Example
White with #34B38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B38A; }
p { color: rgb(52,179,138); }
H1.HeaderClassName
{
color: #34B38A;
}
.AnyTagClassName
{
color: #34B38A;
}
</style>
background-color css
<style>
a { background-color: #34B38A; }
a { background-color: rgb(52,179,138); }
div.DivClassName
{
background-color: #34B38A;
}
.BgClassName
{
background-color: #34B38A;
}
</style>
border-color css
<style>
span { border-color: #34B38A; }
span { border-color: rgb(52,179,138); }
td.TdClassName
{
border-color: #34B38A;
}
.TagClassName
{
border-color: #34B38A;
}
</style>