Html Css Color HEX #34AA89 Jungle Green

📋 copy color: '#34AA89'

red 52 ◦ green 170 ◦ blue 137

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

Shades of Jungle Green #34AA89

Tints of Jungle Green #34AA89

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.35%

 BLUE value IS 137 (53.91% from 255) = 38.16%

R = 14.48%
G = 47.35%
B = 38.16%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#34AA89 (or 0x34AA89) is known color: Jungle Green. HEX triplet: 34, AA and 89. RGB value is (52,170,137). Sum of RGB (Red+Green+Blue) = 52+170+137=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AA89 is #CB5576. Grayscale: #828282. Windows color (decimal): -13325687 or 9022004. OLE color: 9022004.

HSL color Cylindrical-coordinate representation of color #34AA89: hue angle of 163.22º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34AA89 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 170 137 -
CMYK 0.69 0 0.19 0.33
HSL 163.22º 0.53% 0.44% -
HSV(B) 163.22º 0.69% 0.67% -
XYZ 20.31 31.29 28.64 -
YUV 130.96 131.41 71.68 -
System Red Green Blue C M Y K H S L
Decimal 52 170 137 0.69 0 0.19 0.33 163.22 0.53 0.44
Hex 34 AA 89 45 0 13 21 A3 35 2C
Octal 64 252 211 105 0 23 41 243 65 54
Binary 110100 10101010 10001001 1000101 0 10011 100001 10100011 110101 101100

Color Harmonies of #34AA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AA89

Black with #34AA89

Text Example


Text Example

White with #34AA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,170,137); }

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

background-color css

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

 a { background-color: rgb(52,170,137); }

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

border-color css

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

 span { border-color: rgb(52,170,137); }

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