Html Css Color HEX #34AB84 Jungle Green

📋 copy color: '#34AB84'

red 52 ◦ green 171 ◦ blue 132

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

Shades of Jungle Green #34AB84

Tints of Jungle Green #34AB84

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.17%

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 14.65%
G = 48.17%
B = 37.18%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#34AB84 (or 0x34AB84) is known color: Jungle Green. HEX triplet: 34, AB and 84. RGB value is (52,171,132). Sum of RGB (Red+Green+Blue) = 52+171+132=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AB84 is #CB547B. Grayscale: #838383. Windows color (decimal): -13325436 or 8694580. OLE color: 8694580.

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

Color convert

RGB 52 171 132 -
CMYK 0.70 0 0.23 0.33
HSL 160.34º 0.53% 0.44% -
HSV(B) 160.34º 0.7% 0.67% -
XYZ 20.14 31.52 26.85 -
YUV 130.97 128.58 71.67 -
System Red Green Blue C M Y K H S L
Decimal 52 171 132 0.70 0 0.23 0.33 160.34 0.53 0.44
Hex 34 AB 84 46 0 17 21 A0 35 2C
Octal 64 253 204 106 0 27 41 240 65 54
Binary 110100 10101011 10000100 1000110 0 10111 100001 10100000 110101 101100

Color Harmonies of #34AB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AB84

Black with #34AB84

Text Example


Text Example

White with #34AB84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,171,132); }

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

background-color css

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

 a { background-color: rgb(52,171,132); }

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

border-color css

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

 span { border-color: rgb(52,171,132); }

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