Html Css Color HEX #34BA85 Jungle Green

📋 copy color: '#34BA85'

red 52 ◦ green 186 ◦ blue 133

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

Shades of Jungle Green #34BA85

Tints of Jungle Green #34BA85

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.13%

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 14.02%
G = 50.13%
B = 35.85%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#34BA85 (or 0x34BA85) is known color: Jungle Green. HEX triplet: 34, BA and 85. RGB value is (52,186,133). Sum of RGB (Red+Green+Blue) = 52+186+133=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BA85 is #CB457A. Grayscale: #8B8B8B. Windows color (decimal): -13321595 or 8763956. OLE color: 8763956.

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

Color convert

RGB 52 186 133 -
CMYK 0.72 0 0.28 0.27
HSL 156.27º 0.56% 0.47% -
HSV(B) 156.27º 0.72% 0.73% -
XYZ 23.21 37.54 28.21 -
YUV 139.89 124.11 65.31 -
System Red Green Blue C M Y K H S L
Decimal 52 186 133 0.72 0 0.28 0.27 156.27 0.56 0.47
Hex 34 BA 85 48 0 1C 1B 9C 38 2F
Octal 64 272 205 110 0 34 33 234 70 57
Binary 110100 10111010 10000101 1001000 0 11100 11011 10011100 111000 101111

Color Harmonies of #34BA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA85

Black with #34BA85

Text Example


Text Example

White with #34BA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,186,133); }

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

background-color css

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

 a { background-color: rgb(52,186,133); }

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

border-color css

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

 span { border-color: rgb(52,186,133); }

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