#34b781

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

Shades of Jungle Green #34B781

Tints of Jungle Green #34B781

Color information

#34B781 (or 0x34B781) is unknown color: approx Jungle Green. HEX triplet: 34, B7 and 81. RGB value is (52,183,129). Sum of RGB (Red+Green+Blue) = 52+183+129=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #34B781 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B781 is #CB487E. Grayscale: #898989. Windows color (decimal): -13322367 or 8501044. OLE color: 8501044.

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

Color convert

RGB52183129-
CMYK0.7200.300.28
HSL155.27º55.74%46.08%-
HSV(B)155.27º71.58%71.76%-
XYZ22.3136.1826.58-
YUV137.67123.166.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.29%
GREEN value IS 183 (71.88% from 255) = 50.27%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=14.29%
G=50.27%
B=35.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal521831290.7200.300.28155.2755.7446.08
Hex34B7814801E1C9b382e
Octal64267201110036342337056
Binary110100101101111000000110010000111101110010011011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34b781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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