Html Css Color HEX #34B78D Jungle Green

📋 copy color: '#34B78D'

red 52 ◦ green 183 ◦ blue 141

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

Shades of Jungle Green #34B78D

Tints of Jungle Green #34B78D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.67%

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 13.83%
G = 48.67%
B = 37.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#34B78D (or 0x34B78D) is known color: Jungle Green. HEX triplet: 34, B7 and 8D. RGB value is (52,183,141). Sum of RGB (Red+Green+Blue) = 52+183+141=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #34B78D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B78D is #CB4872. Grayscale: #8B8B8B. Windows color (decimal): -13322355 or 9287476. OLE color: 9287476.

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

Color convert

RGB 52 183 141 -
CMYK 0.72 0 0.23 0.28
HSL 160.76º 0.56% 0.46% -
HSV(B) 160.76º 0.72% 0.72% -
XYZ 23.16 36.52 31.03 -
YUV 139.04 129.1 65.92 -
System Red Green Blue C M Y K H S L
Decimal 52 183 141 0.72 0 0.23 0.28 160.76 0.56 0.46
Hex 34 B7 8D 48 0 17 1C A1 38 2E
Octal 64 267 215 110 0 27 34 241 70 56
Binary 110100 10110111 10001101 1001000 0 10111 11100 10100001 111000 101110

Color Harmonies of #34B78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B78D

Black with #34B78D

Text Example


Text Example

White with #34B78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,183,141); }

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

background-color css

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

 a { background-color: rgb(52,183,141); }

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

border-color css

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

 span { border-color: rgb(52,183,141); }

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