Html Css Color HEX #34BB8B Jungle Green

📋 copy color: '#34BB8B'

red 52 ◦ green 187 ◦ blue 139

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

Shades of Jungle Green #34BB8B

Tints of Jungle Green #34BB8B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.47%

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 13.76%
G = 49.47%
B = 36.77%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#34BB8B (or 0x34BB8B) is known color: Jungle Green. HEX triplet: 34, BB and 8B. RGB value is (52,187,139). Sum of RGB (Red+Green+Blue) = 52+187+139=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #34BB8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BB8B is #CB4474. Grayscale: #8D8D8D. Windows color (decimal): -13321333 or 9157428. OLE color: 9157428.

HSL color Cylindrical-coordinate representation of color #34BB8B: hue angle of 158.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BB8B is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 187 139 -
CMYK 0.72 0 0.26 0.27
HSL 158.67º 0.56% 0.47% -
HSV(B) 158.67º 0.72% 0.73% -
XYZ 23.85 38.13 30.53 -
YUV 141.16 126.77 64.4 -
System Red Green Blue C M Y K H S L
Decimal 52 187 139 0.72 0 0.26 0.27 158.67 0.56 0.47
Hex 34 BB 8B 48 0 1A 1B 9F 38 2F
Octal 64 273 213 110 0 32 33 237 70 57
Binary 110100 10111011 10001011 1001000 0 11010 11011 10011111 111000 101111

Color Harmonies of #34BB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BB8B

Black with #34BB8B

Text Example


Text Example

White with #34BB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,187,139); }

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

background-color css

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

 a { background-color: rgb(52,187,139); }

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

border-color css

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

 span { border-color: rgb(52,187,139); }

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