Shades of Jungle Green #34B18A
Tints of Jungle Green #34B18A
RGB
CMYK
RGB Variations
Color information
#34B18A (or 0x34B18A) is known color: Jungle Green. HEX triplet: 34, B1 and 8A. RGB value is (52,177,138). Sum of RGB (Red+Green+Blue) = 52+177+138=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #34B18A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34B18A is #CB4E75. Grayscale: #878787. Windows color (decimal): -13323894 or 9089332. OLE color: 9089332.
HSL color Cylindrical-coordinate representation of color #34B18A: hue angle of 161.28º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B18A is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 177 | 138 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.31 |
| HSL | 161.28º | 0.55% | 0.45% | - |
| HSV(B) | 161.28º | 0.71% | 0.69% | - |
| XYZ | 21.73 | 34.01 | 29.46 | - |
| YUV | 135.18 | 129.59 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 177 | 138 | 0.71 | 0 | 0.22 | 0.31 | 161.28 | 0.55 | 0.45 |
| Hex | 34 | B1 | 8A | 47 | 0 | 16 | 1F | A1 | 37 | 2D |
| Octal | 64 | 261 | 212 | 107 | 0 | 26 | 37 | 241 | 67 | 55 |
| Binary | 110100 | 10110001 | 10001010 | 1000111 | 0 | 10110 | 11111 | 10100001 | 110111 | 101101 |
Color Harmonies of #34B18A
Complementary color
Monochromatic Colors of #34B18A
Black with #34B18A
Text Example
Text Example
White with #34B18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B18A; }
p { color: rgb(52,177,138); }
H1.HeaderClassName
{
color: #34B18A;
}
.AnyTagClassName
{
color: #34B18A;
}
</style>
background-color css
<style>
a { background-color: #34B18A; }
a { background-color: rgb(52,177,138); }
div.DivClassName
{
background-color: #34B18A;
}
.BgClassName
{
background-color: #34B18A;
}
</style>
border-color css
<style>
span { border-color: #34B18A; }
span { border-color: rgb(52,177,138); }
td.TdClassName
{
border-color: #34B18A;
}
.TagClassName
{
border-color: #34B18A;
}
</style>