Html Css Color HEX #34B184 Jungle Green

📋 copy color: '#34B184'

red 52 ◦ green 177 ◦ blue 132

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

Shades of Jungle Green #34B184

Tints of Jungle Green #34B184

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.03%

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

R = 14.4%
G = 49.03%
B = 36.57%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#34B184 (or 0x34B184) is known color: Jungle Green. HEX triplet: 34, B1 and 84. RGB value is (52,177,132). Sum of RGB (Red+Green+Blue) = 52+177+132=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #34B184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34B184 is #CB4E7B. Grayscale: #868686. Windows color (decimal): -13323900 or 8696116. OLE color: 8696116.

HSL color Cylindrical-coordinate representation of color #34B184: hue angle of 158.4º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B184 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 177 132 -
CMYK 0.71 0 0.25 0.31
HSL 158.4º 0.55% 0.45% -
HSV(B) 158.4º 0.71% 0.69% -
XYZ 21.3 33.84 27.24 -
YUV 134.5 126.59 69.16 -
System Red Green Blue C M Y K H S L
Decimal 52 177 132 0.71 0 0.25 0.31 158.4 0.55 0.45
Hex 34 B1 84 47 0 19 1F 9E 37 2D
Octal 64 261 204 107 0 31 37 236 67 55
Binary 110100 10110001 10000100 1000111 0 11001 11111 10011110 110111 101101

Color Harmonies of #34B184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B184

Black with #34B184

Text Example


Text Example

White with #34B184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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