Html Css Color HEX #34BB83 Jungle Green

📋 copy color: '#34BB83'

red 52 ◦ green 187 ◦ blue 131

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

Shades of Jungle Green #34BB83

Tints of Jungle Green #34BB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.41%

R = 14.05%
G = 50.54%
B = 35.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#34BB83 (or 0x34BB83) is known color: Jungle Green. HEX triplet: 34, BB and 83. RGB value is (52,187,131). Sum of RGB (Red+Green+Blue) = 52+187+131=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #34BB83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BB83 is #CB447C. Grayscale: #8C8C8C. Windows color (decimal): -13321341 or 8633140. OLE color: 8633140.

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

Color convert

RGB 52 187 131 -
CMYK 0.72 0 0.30 0.27
HSL 155.11º 0.56% 0.47% -
HSV(B) 155.11º 0.72% 0.73% -
XYZ 23.28 37.91 27.56 -
YUV 140.25 122.77 65.05 -
System Red Green Blue C M Y K H S L
Decimal 52 187 131 0.72 0 0.30 0.27 155.11 0.56 0.47
Hex 34 BB 83 48 0 1E 1B 9B 38 2F
Octal 64 273 203 110 0 36 33 233 70 57
Binary 110100 10111011 10000011 1001000 0 11110 11011 10011011 111000 101111

Color Harmonies of #34BB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BB83

Black with #34BB83

Text Example


Text Example

White with #34BB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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