Html Css Color HEX #34AB7B Jungle Green

📋 copy color: '#34AB7B'

red 52 ◦ green 171 ◦ blue 123

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

Shades of Jungle Green #34AB7B

Tints of Jungle Green #34AB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 15.03%
G = 49.42%
B = 35.55%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#34AB7B (or 0x34AB7B) is known color: Jungle Green. HEX triplet: 34, AB and 7B. RGB value is (52,171,123). Sum of RGB (Red+Green+Blue) = 52+171+123=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AB7B is #CB5484. Grayscale: #828282. Windows color (decimal): -13325445 or 8104756. OLE color: 8104756.

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

Color convert

RGB 52 171 123 -
CMYK 0.70 0 0.28 0.33
HSL 155.8º 0.53% 0.44% -
HSV(B) 155.8º 0.7% 0.67% -
XYZ 19.55 31.29 23.75 -
YUV 129.95 124.08 72.4 -
System Red Green Blue C M Y K H S L
Decimal 52 171 123 0.70 0 0.28 0.33 155.8 0.53 0.44
Hex 34 AB 7B 46 0 1C 21 9C 35 2C
Octal 64 253 173 106 0 34 41 234 65 54
Binary 110100 10101011 1111011 1000110 0 11100 100001 10011100 110101 101100

Color Harmonies of #34AB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AB7B

Black with #34AB7B

Text Example


Text Example

White with #34AB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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