Shades of Jungle Green #34B681
Tints of Jungle Green #34B681
RGB
CMYK
RGB Variations
Color information
#34B681 (or 0x34B681) is known color: Jungle Green. HEX triplet: 34, B6 and 81. RGB value is (52,182,129). Sum of RGB (Red+Green+Blue) = 52+182+129=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #34B681 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B681 is #CB497E. Grayscale: #898989. Windows color (decimal): -13322623 or 8500788. OLE color: 8500788.
HSL color Cylindrical-coordinate representation of color #34B681: hue angle of 155.54º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B681 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 182 | 129 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.29 |
| HSL | 155.54º | 0.56% | 0.46% | - |
| HSV(B) | 155.54º | 0.71% | 0.71% | - |
| XYZ | 22.11 | 35.77 | 26.51 | - |
| YUV | 137.09 | 123.43 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 182 | 129 | 0.71 | 0 | 0.29 | 0.29 | 155.54 | 0.56 | 0.46 |
| Hex | 34 | B6 | 81 | 47 | 0 | 1D | 1D | 9C | 38 | 2E |
| Octal | 64 | 266 | 201 | 107 | 0 | 35 | 35 | 234 | 70 | 56 |
| Binary | 110100 | 10110110 | 10000001 | 1000111 | 0 | 11101 | 11101 | 10011100 | 111000 | 101110 |
Color Harmonies of #34B681
Complementary color
Monochromatic Colors of #34B681
Black with #34B681
Text Example
Text Example
White with #34B681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B681; }
p { color: rgb(52,182,129); }
H1.HeaderClassName
{
color: #34B681;
}
.AnyTagClassName
{
color: #34B681;
}
</style>
background-color css
<style>
a { background-color: #34B681; }
a { background-color: rgb(52,182,129); }
div.DivClassName
{
background-color: #34B681;
}
.BgClassName
{
background-color: #34B681;
}
</style>
border-color css
<style>
span { border-color: #34B681; }
span { border-color: rgb(52,182,129); }
td.TdClassName
{
border-color: #34B681;
}
.TagClassName
{
border-color: #34B681;
}
</style>