#34B681

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

Shades of Jungle Green #34B681

Tints of Jungle Green #34B681

Color information

#34B681 (or 0x34B681) is unknown color: approx Jungle Green. HEX triplet: 34, B6 and 81. RGB value is (52,182,129). Sum of RGB (Red+Green+Blue) = 52+182+129=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #34B681 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B681 is #CB497E. Grayscale: #898989. Windows color (decimal): -13322623 or 8500788. OLE color: 8500788.

HSL color Cylindrical-coordinate representation of color #34B681: hue angle of 155.54º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B681 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB52182129-
CMYK0.7100.290.29
HSL155.54º55.56%45.88%-
HSV(B)155.54º71.43%71.37%-
XYZ22.1135.7726.51-
YUV137.09123.4367.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.33%
GREEN value IS 182 (71.48% from 255) = 50.14%
BLUE value IS 129 (50.78% from 255) = 35.54%
R=14.33%
G=50.14%
B=35.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521821290.7100.290.29155.5455.5645.88
Hex34B6814701D1D9c382e
Octal64266201107035352347056
Binary110100101101101000000110001110111011110110011100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,182,129); }

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

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

 a { background-color: rgb(52,182,129); }

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

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

 span { border-color: rgb(52,182,129); }

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