Html Css Color HEX #34B482 Jungle Green

📋 copy color: '#34B482'

red 52 ◦ green 180 ◦ blue 130

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

Shades of Jungle Green #34B482

Tints of Jungle Green #34B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.72%

 BLUE value IS 130 (51.17% from 255) = 35.91%

R = 14.36%
G = 49.72%
B = 35.91%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#34B482 (or 0x34B482) is known color: Jungle Green. HEX triplet: 34, B4 and 82. RGB value is (52,180,130). Sum of RGB (Red+Green+Blue) = 52+180+130=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #34B482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B482 is #CB4B7D. Grayscale: #888888. Windows color (decimal): -13323134 or 8565812. OLE color: 8565812.

HSL color Cylindrical-coordinate representation of color #34B482: hue angle of 156.56º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B482 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 180 130 -
CMYK 0.71 0 0.28 0.29
HSL 156.56º 0.55% 0.45% -
HSV(B) 156.56º 0.71% 0.71% -
XYZ 21.77 34.98 26.72 -
YUV 136.03 124.59 68.07 -
System Red Green Blue C M Y K H S L
Decimal 52 180 130 0.71 0 0.28 0.29 156.56 0.55 0.45
Hex 34 B4 82 47 0 1C 1D 9D 37 2D
Octal 64 264 202 107 0 34 35 235 67 55
Binary 110100 10110100 10000010 1000111 0 11100 11101 10011101 110111 101101

Color Harmonies of #34B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B482

Black with #34B482

Text Example


Text Example

White with #34B482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,180,130); }

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

background-color css

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

 a { background-color: rgb(52,180,130); }

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

border-color css

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

 span { border-color: rgb(52,180,130); }

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