Html Css Color HEX #34AD7D Jungle Green

📋 copy color: '#34AD7D'

red 52 ◦ green 173 ◦ blue 125

#34AD7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #34AD7D

Tints of Jungle Green #34AD7D

RGB

 RED value IS 52 (20.7% from 255) = 14.86%

 GREEN value IS 173 (67.97% from 255) = 49.43%

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 14.86%
G = 49.43%
B = 35.71%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#34AD7D (or 0x34AD7D) is known color: Jungle Green. HEX triplet: 34, AD and 7D. RGB value is (52,173,125). Sum of RGB (Red+Green+Blue) = 52+173+125=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AD7D is #CB5282. Grayscale: #838383. Windows color (decimal): -13324931 or 8236340. OLE color: 8236340.

HSL color Cylindrical-coordinate representation of color #34AD7D: hue angle of 156.2º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AD7D is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 173 125 -
CMYK 0.70 0 0.28 0.32
HSL 156.2º 0.54% 0.44% -
HSV(B) 156.2º 0.7% 0.68% -
XYZ 20.06 32.1 24.54 -
YUV 131.35 124.41 71.4 -
System Red Green Blue C M Y K H S L
Decimal 52 173 125 0.70 0 0.28 0.32 156.2 0.54 0.44
Hex 34 AD 7D 46 0 1C 20 9C 36 2C
Octal 64 255 175 106 0 34 40 234 66 54
Binary 110100 10101101 1111101 1000110 0 11100 100000 10011100 110110 101100

Color Harmonies of #34AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AD7D

Black with #34AD7D

Text Example


Text Example

White with #34AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34AD7D; }

 p { color: rgb(52,173,125); }

 H1.HeaderClassName
 {
   color: #34AD7D;
 }
 .AnyTagClassName
 {
   color: #34AD7D;
 }
</style>

background-color css

<style>
 a { background-color: #34AD7D; }

 a { background-color: rgb(52,173,125); }

 div.DivClassName
 {
   background-color: #34AD7D;
 }
 .BgClassName
 {
   background-color: #34AD7D;
 }
</style>

border-color css

<style>
 span { border-color: #34AD7D; }

 span { border-color: rgb(52,173,125); }

 td.TdClassName
 {
   border-color: #34AD7D;
 }
 .TagClassName
 {
   border-color: #34AD7D;
 }
</style>