#34A985

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

Shades of Jungle Green #34A985

Tints of Jungle Green #34A985

Color information

#34A985 (or 0x34A985) is unknown color: approx Jungle Green. HEX triplet: 34, A9 and 85. RGB value is (52,169,133). Sum of RGB (Red+Green+Blue) = 52+169+133=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 169 - color contains mainly: green. Hex color #34A985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A985 is #CB567A. Grayscale: #818181. Windows color (decimal): -13325947 or 8759604. OLE color: 8759604.

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

Color convert

RGB52169133-
CMYK0.6900.210.34
HSL161.54º52.94%43.33%-
HSV(B)161.54º69.23%66.27%-
XYZ19.8430.827.09-
YUV129.91129.7472.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.69%
GREEN value IS 169 (66.41% from 255) = 47.74%
BLUE value IS 133 (52.34% from 255) = 37.57%
R=14.69%
G=47.74%
B=37.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal521691330.6900.210.34161.5452.9443.33
Hex34A9854501522a2352b
Octal64251205105025422426553
Binary1101001010100110000101100010101010110001010100010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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