Html Css Color HEX #34AA83 Jungle Green

📋 copy color: '#34AA83'

red 52 ◦ green 170 ◦ blue 131

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

Shades of Jungle Green #34AA83

Tints of Jungle Green #34AA83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.11%

R = 14.73%
G = 48.16%
B = 37.11%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#34AA83 (or 0x34AA83) is known color: Jungle Green. HEX triplet: 34, AA and 83. RGB value is (52,170,131). Sum of RGB (Red+Green+Blue) = 52+170+131=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AA83 is #CB557C. Grayscale: #828282. Windows color (decimal): -13325693 or 8628788. OLE color: 8628788.

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

Color convert

RGB 52 170 131 -
CMYK 0.69 0 0.23 0.33
HSL 160.17º 0.53% 0.44% -
HSV(B) 160.17º 0.69% 0.67% -
XYZ 19.89 31.12 26.43 -
YUV 130.27 128.41 72.17 -
System Red Green Blue C M Y K H S L
Decimal 52 170 131 0.69 0 0.23 0.33 160.17 0.53 0.44
Hex 34 AA 83 45 0 17 21 A0 35 2C
Octal 64 252 203 105 0 27 41 240 65 54
Binary 110100 10101010 10000011 1000101 0 10111 100001 10100000 110101 101100

Color Harmonies of #34AA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AA83

Black with #34AA83

Text Example


Text Example

White with #34AA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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