Html Css Color HEX #34B386 Jungle Green

📋 copy color: '#34B386'

red 52 ◦ green 179 ◦ blue 134

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

Shades of Jungle Green #34B386

Tints of Jungle Green #34B386

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.04%

 BLUE value IS 134 (52.73% from 255) = 36.71%

R = 14.25%
G = 49.04%
B = 36.71%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#34B386 (or 0x34B386) is known color: Jungle Green. HEX triplet: 34, B3 and 86. RGB value is (52,179,134). Sum of RGB (Red+Green+Blue) = 52+179+134=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #34B386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B386 is #CB4C79. Grayscale: #878787. Windows color (decimal): -13323386 or 8827700. OLE color: 8827700.

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

Color convert

RGB 52 179 134 -
CMYK 0.71 0 0.25 0.30
HSL 158.74º 0.55% 0.45% -
HSV(B) 158.74º 0.71% 0.7% -
XYZ 21.84 34.69 28.1 -
YUV 135.9 126.92 68.16 -
System Red Green Blue C M Y K H S L
Decimal 52 179 134 0.71 0 0.25 0.30 158.74 0.55 0.45
Hex 34 B3 86 47 0 19 1E 9F 37 2D
Octal 64 263 206 107 0 31 36 237 67 55
Binary 110100 10110011 10000110 1000111 0 11001 11110 10011111 110111 101101

Color Harmonies of #34B386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B386

Black with #34B386

Text Example


Text Example

White with #34B386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,179,134); }

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

background-color css

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

 a { background-color: rgb(52,179,134); }

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

border-color css

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

 span { border-color: rgb(52,179,134); }

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