Html Css Color HEX #34AA82 Jungle Green

📋 copy color: '#34AA82'

red 52 ◦ green 170 ◦ blue 130

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

Shades of Jungle Green #34AA82

Tints of Jungle Green #34AA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.93%

R = 14.77%
G = 48.3%
B = 36.93%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#34AA82 (or 0x34AA82) is known color: Jungle Green. HEX triplet: 34, AA and 82. RGB value is (52,170,130). Sum of RGB (Red+Green+Blue) = 52+170+130=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AA82 is #CB557D. Grayscale: #828282. Windows color (decimal): -13325694 or 8563252. OLE color: 8563252.

HSL color Cylindrical-coordinate representation of color #34AA82: hue angle of 159.66º 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 #34AA82 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 170 130 -
CMYK 0.69 0 0.24 0.33
HSL 159.66º 0.53% 0.44% -
HSV(B) 159.66º 0.69% 0.67% -
XYZ 19.82 31.09 26.08 -
YUV 130.16 127.91 72.25 -
System Red Green Blue C M Y K H S L
Decimal 52 170 130 0.69 0 0.24 0.33 159.66 0.53 0.44
Hex 34 AA 82 45 0 18 21 A0 35 2C
Octal 64 252 202 105 0 30 41 240 65 54
Binary 110100 10101010 10000010 1000101 0 11000 100001 10100000 110101 101100

Color Harmonies of #34AA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AA82

Black with #34AA82

Text Example


Text Example

White with #34AA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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