Html Css Color HEX #34B884 Jungle Green

📋 copy color: '#34B884'

red 52 ◦ green 184 ◦ blue 132

#34B884
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #34B884

Tints of Jungle Green #34B884

RGB

 RED value IS 52 (20.7% from 255) = 14.13%

 GREEN value IS 184 (72.27% from 255) = 50%

 BLUE value IS 132 (51.95% from 255) = 35.87%

R = 14.13%
G = 50%
B = 35.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#34B884 (or 0x34B884) is known color: Jungle Green. HEX triplet: 34, B8 and 84. RGB value is (52,184,132). Sum of RGB (Red+Green+Blue) = 52+184+132=368 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.13% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #34B884 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B884 is #CB477B. Grayscale: #8A8A8A. Windows color (decimal): -13322108 or 8697908. OLE color: 8697908.

HSL color Cylindrical-coordinate representation of color #34B884: hue angle of 156.36º 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 #34B884 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 52 184 132 -
CMYK 0.72 0 0.28 0.28
HSL 156.36º 0.56% 0.46% -
HSV(B) 156.36º 0.72% 0.72% -
XYZ 22.72 36.68 27.71 -
YUV 138.6 124.27 66.23 -
System Red Green Blue C M Y K H S L
Decimal 52 184 132 0.72 0 0.28 0.28 156.36 0.56 0.46
Hex 34 B8 84 48 0 1C 1C 9C 38 2E
Octal 64 270 204 110 0 34 34 234 70 56
Binary 110100 10111000 10000100 1001000 0 11100 11100 10011100 111000 101110

Color Harmonies of #34B884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B884

Black with #34B884

Text Example


Text Example

White with #34B884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34B884;
 }
 .AnyTagClassName
 {
   color: #34B884;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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