Html Css Color HEX #34B38D Jungle Green

📋 copy color: '#34B38D'

red 52 ◦ green 179 ◦ blue 141

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

Shades of Jungle Green #34B38D

Tints of Jungle Green #34B38D

RGB

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

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

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

R = 13.98%
G = 48.12%
B = 37.9%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#34B38D (or 0x34B38D) is known color: Jungle Green. HEX triplet: 34, B3 and 8D. RGB value is (52,179,141). Sum of RGB (Red+Green+Blue) = 52+179+141=372 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.98% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #34B38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B38D is #CB4C72. Grayscale: #888888. Windows color (decimal): -13323379 or 9286452. OLE color: 9286452.

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

Color convert

RGB 52 179 141 -
CMYK 0.71 0 0.21 0.30
HSL 162.05º 0.55% 0.45% -
HSV(B) 162.05º 0.71% 0.7% -
XYZ 22.34 34.89 30.76 -
YUV 136.7 130.42 67.59 -
System Red Green Blue C M Y K H S L
Decimal 52 179 141 0.71 0 0.21 0.30 162.05 0.55 0.45
Hex 34 B3 8D 47 0 15 1E A2 37 2D
Octal 64 263 215 107 0 25 36 242 67 55
Binary 110100 10110011 10001101 1000111 0 10101 11110 10100010 110111 101101

Color Harmonies of #34B38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B38D

Black with #34B38D

Text Example


Text Example

White with #34B38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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