#34BA83

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

Shades of Jungle Green #34BA83

Tints of Jungle Green #34BA83

Color information

#34BA83 (or 0x34BA83) is unknown color: approx Jungle Green. HEX triplet: 34, BA and 83. RGB value is (52,186,131). Sum of RGB (Red+Green+Blue) = 52+186+131=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BA83 is #CB457C. Grayscale: #8B8B8B. Windows color (decimal): -13321597 or 8632884. OLE color: 8632884.

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

Color convert

RGB52186131-
CMYK0.7200.300.27
HSL155.37º56.3%46.67%-
HSV(B)155.37º72.04%72.94%-
XYZ23.0737.4927.49-
YUV139.66123.1165.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.09%
GREEN value IS 186 (73.05% from 255) = 50.41%
BLUE value IS 131 (51.56% from 255) = 35.50%
R=14.09%
G=50.41%
B=35.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521861310.7200.300.27155.3756.346.67
Hex34BA834801E1B9b382f
Octal64272203110036332337057
Binary110100101110101000001110010000111101101110011011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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