#34A983

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

Shades of Jungle Green #34A983

Tints of Jungle Green #34A983

Color information

#34A983 (or 0x34A983) is unknown color: approx Jungle Green. HEX triplet: 34, A9 and 83. RGB value is (52,169,131). Sum of RGB (Red+Green+Blue) = 52+169+131=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 169 - color contains mainly: green. Hex color #34A983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A983 is #CB567C. Grayscale: #818181. Windows color (decimal): -13325949 or 8628532. OLE color: 8628532.

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

Color convert

RGB52169131-
CMYK0.6900.220.34
HSL160.51º52.94%43.33%-
HSV(B)160.51º69.23%66.27%-
XYZ19.730.7426.37-
YUV129.68128.7472.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.77%
GREEN value IS 169 (66.41% from 255) = 48.01%
BLUE value IS 131 (51.56% from 255) = 37.22%
R=14.77%
G=48.01%
B=37.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal521691310.6900.220.34160.5152.9443.33
Hex34A9834501622a1352b
Octal64251203105026422416553
Binary1101001010100110000011100010101011010001010100001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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