#34B684

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

Shades of Jungle Green #34B684

Tints of Jungle Green #34B684

Color information

#34B684 (or 0x34B684) is unknown color: approx Jungle Green. HEX triplet: 34, B6 and 84. RGB value is (52,182,132). Sum of RGB (Red+Green+Blue) = 52+182+132=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #34B684 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B684 is #CB497B. Grayscale: #898989. Windows color (decimal): -13322620 or 8697396. OLE color: 8697396.

HSL color Cylindrical-coordinate representation of color #34B684: hue angle of 156.92º 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 #34B684 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB52182132-
CMYK0.7100.270.29
HSL156.92º55.56%45.88%-
HSV(B)156.92º71.43%71.37%-
XYZ22.3135.8527.57-
YUV137.43124.9367.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.21%
GREEN value IS 182 (71.48% from 255) = 49.73%
BLUE value IS 132 (51.95% from 255) = 36.07%
R=14.21%
G=49.73%
B=36.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521821320.7100.270.29156.9255.5645.88
Hex34B6844701B1D9d382e
Octal64266204107033352357056
Binary110100101101101000010010001110110111110110011101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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