Html Css Color HEX #34B689 Jungle Green

📋 copy color: '#34B689'

red 52 ◦ green 182 ◦ blue 137

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

Shades of Jungle Green #34B689

Tints of Jungle Green #34B689

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.06%

 BLUE value IS 137 (53.91% from 255) = 36.93%

R = 14.02%
G = 49.06%
B = 36.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#34B689 (or 0x34B689) is known color: Jungle Green. HEX triplet: 34, B6 and 89. RGB value is (52,182,137). Sum of RGB (Red+Green+Blue) = 52+182+137=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #34B689 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B689 is #CB4976. Grayscale: #8A8A8A. Windows color (decimal): -13322615 or 9025076. OLE color: 9025076.

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

Color convert

RGB 52 182 137 -
CMYK 0.71 0 0.25 0.29
HSL 159.23º 0.56% 0.46% -
HSV(B) 159.23º 0.71% 0.71% -
XYZ 22.66 35.99 29.42 -
YUV 138 127.43 66.66 -
System Red Green Blue C M Y K H S L
Decimal 52 182 137 0.71 0 0.25 0.29 159.23 0.56 0.46
Hex 34 B6 89 47 0 19 1D 9F 38 2E
Octal 64 266 211 107 0 31 35 237 70 56
Binary 110100 10110110 10001001 1000111 0 11001 11101 10011111 111000 101110

Color Harmonies of #34B689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B689

Black with #34B689

Text Example


Text Example

White with #34B689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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