#34a97d

Color #34A97D Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #34A97D

Tints of Jungle Green #34A97D

Color information

#34A97D (or 0x34A97D) is unknown color: approx Jungle Green. HEX triplet: 34, A9 and 7D. RGB value is (52,169,125). Sum of RGB (Red+Green+Blue) = 52+169+125=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #34A97D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A97D is #CB5682. Grayscale: #818181. Windows color (decimal): -13325955 or 8235316. OLE color: 8235316.

HSL color Cylindrical-coordinate representation of color #34A97D: hue angle of 157.44º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A97D is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB52169125-
CMYK0.6900.260.34
HSL157.44º52.94%43.33%-
HSV(B)157.44º69.23%66.27%-
XYZ19.3130.5924.29-
YUV129125.7473.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.03%
GREEN value IS 169 (66.41% from 255) = 48.84%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=15.03%
G=48.84%
B=36.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal521691250.6900.260.34157.4452.9443.33
Hex34A97D4501A229d352b
Octal64251175105032422356553
Binary110100101010011111101100010101101010001010011101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34a97d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34a97d;
 }
 .AnyTagClassName
 {
   color: #34a97d;
 }
</style>
background-color css

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

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

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

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

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

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