Html Css Color HEX #34AB83 Jungle Green

📋 copy color: '#34AB83'

red 52 ◦ green 171 ◦ blue 131

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

Shades of Jungle Green #34AB83

Tints of Jungle Green #34AB83

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.31%

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

R = 14.69%
G = 48.31%
B = 37.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#34AB83 (or 0x34AB83) is known color: Jungle Green. HEX triplet: 34, AB and 83. RGB value is (52,171,131). Sum of RGB (Red+Green+Blue) = 52+171+131=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AB83 is #CB547C. Grayscale: #828282. Windows color (decimal): -13325437 or 8629044. OLE color: 8629044.

HSL color Cylindrical-coordinate representation of color #34AB83: hue angle of 159.83º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AB83 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 171 131 -
CMYK 0.70 0 0.23 0.33
HSL 159.83º 0.53% 0.44% -
HSV(B) 159.83º 0.7% 0.67% -
XYZ 20.08 31.49 26.49 -
YUV 130.86 128.08 71.75 -
System Red Green Blue C M Y K H S L
Decimal 52 171 131 0.70 0 0.23 0.33 159.83 0.53 0.44
Hex 34 AB 83 46 0 17 21 A0 35 2C
Octal 64 253 203 106 0 27 41 240 65 54
Binary 110100 10101011 10000011 1000110 0 10111 100001 10100000 110101 101100

Color Harmonies of #34AB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AB83

Black with #34AB83

Text Example


Text Example

White with #34AB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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