Html Css Color HEX #34B087 Jungle Green

📋 copy color: '#34B087'

red 52 ◦ green 176 ◦ blue 135

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

Shades of Jungle Green #34B087

Tints of Jungle Green #34B087

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.48%

 BLUE value IS 135 (53.13% from 255) = 37.19%

R = 14.33%
G = 48.48%
B = 37.19%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#34B087 (or 0x34B087) is known color: Jungle Green. HEX triplet: 34, B0 and 87. RGB value is (52,176,135). Sum of RGB (Red+Green+Blue) = 52+176+135=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #34B087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34B087 is #CB4F78. Grayscale: #868686. Windows color (decimal): -13324153 or 8892468. OLE color: 8892468.

HSL color Cylindrical-coordinate representation of color #34B087: hue angle of 160.16º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34B087 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 176 135 -
CMYK 0.70 0 0.23 0.31
HSL 160.16º 0.54% 0.45% -
HSV(B) 160.16º 0.7% 0.69% -
XYZ 21.31 33.53 28.27 -
YUV 134.25 128.42 69.33 -
System Red Green Blue C M Y K H S L
Decimal 52 176 135 0.70 0 0.23 0.31 160.16 0.54 0.45
Hex 34 B0 87 46 0 17 1F A0 36 2D
Octal 64 260 207 106 0 27 37 240 66 55
Binary 110100 10110000 10000111 1000110 0 10111 11111 10100000 110110 101101

Color Harmonies of #34B087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B087

Black with #34B087

Text Example


Text Example

White with #34B087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,176,135); }

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

background-color css

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

 a { background-color: rgb(52,176,135); }

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

border-color css

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

 span { border-color: rgb(52,176,135); }

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