Html Css Color HEX #34BB85 Jungle Green

📋 copy color: '#34BB85'

red 52 ◦ green 187 ◦ blue 133

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

Shades of Jungle Green #34BB85

Tints of Jungle Green #34BB85

RGB

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

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

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

R = 13.98%
G = 50.27%
B = 35.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#34BB85 (or 0x34BB85) is known color: Jungle Green. HEX triplet: 34, BB and 85. RGB value is (52,187,133). Sum of RGB (Red+Green+Blue) = 52+187+133=372 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.98% from 372); Green value is 187 (73.44% from 255 or 50.27% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 187 - color contains mainly: green. Hex color #34BB85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BB85 is #CB447A. Grayscale: #8C8C8C. Windows color (decimal): -13321339 or 8764212. OLE color: 8764212.

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

Color convert

RGB 52 187 133 -
CMYK 0.72 0 0.29 0.27
HSL 156º 0.56% 0.47% -
HSV(B) 156º 0.72% 0.73% -
XYZ 23.42 37.96 28.28 -
YUV 140.48 123.77 64.89 -
System Red Green Blue C M Y K H S L
Decimal 52 187 133 0.72 0 0.29 0.27 156 0.56 0.47
Hex 34 BB 85 48 0 1D 1B 9C 38 2F
Octal 64 273 205 110 0 35 33 234 70 57
Binary 110100 10111011 10000101 1001000 0 11101 11011 10011100 111000 101111

Color Harmonies of #34BB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BB85

Black with #34BB85

Text Example


Text Example

White with #34BB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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