Shades of Jungle Green #34AF7D
Tints of Jungle Green #34AF7D
RGB
CMYK
RGB Variations
Color information
#34AF7D (or 0x34AF7D) is known color: Jungle Green. HEX triplet: 34, AF and 7D. RGB value is (52,175,125). Sum of RGB (Red+Green+Blue) = 52+175+125=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AF7D is #CB5082. Grayscale: #848484. Windows color (decimal): -13324419 or 8236852. OLE color: 8236852.
HSL color Cylindrical-coordinate representation of color #34AF7D: hue angle of 155.61º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AF7D is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 175 | 125 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.31 |
| HSL | 155.61º | 0.54% | 0.45% | - |
| HSV(B) | 155.61º | 0.7% | 0.69% | - |
| XYZ | 20.45 | 32.87 | 24.67 | - |
| YUV | 132.52 | 123.75 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 125 | 0.70 | 0 | 0.29 | 0.31 | 155.61 | 0.54 | 0.45 |
| Hex | 34 | AF | 7D | 46 | 0 | 1D | 1F | 9C | 36 | 2D |
| Octal | 64 | 257 | 175 | 106 | 0 | 35 | 37 | 234 | 66 | 55 |
| Binary | 110100 | 10101111 | 1111101 | 1000110 | 0 | 11101 | 11111 | 10011100 | 110110 | 101101 |
Color Harmonies of #34AF7D
Complementary color
Monochromatic Colors of #34AF7D
Black with #34AF7D
Text Example
Text Example
White with #34AF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AF7D; }
p { color: rgb(52,175,125); }
H1.HeaderClassName
{
color: #34AF7D;
}
.AnyTagClassName
{
color: #34AF7D;
}
</style>
background-color css
<style>
a { background-color: #34AF7D; }
a { background-color: rgb(52,175,125); }
div.DivClassName
{
background-color: #34AF7D;
}
.BgClassName
{
background-color: #34AF7D;
}
</style>
border-color css
<style>
span { border-color: #34AF7D; }
span { border-color: rgb(52,175,125); }
td.TdClassName
{
border-color: #34AF7D;
}
.TagClassName
{
border-color: #34AF7D;
}
</style>