Html Css Color HEX #34B07E Jungle Green

📋 copy color: '#34B07E'

red 52 ◦ green 176 ◦ blue 126

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

Shades of Jungle Green #34B07E

Tints of Jungle Green #34B07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.59%

R = 14.69%
G = 49.72%
B = 35.59%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#34B07E (or 0x34B07E) is known color: Jungle Green. HEX triplet: 34, B0 and 7E. RGB value is (52,176,126). Sum of RGB (Red+Green+Blue) = 52+176+126=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #34B07E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34B07E is #CB4F81. Grayscale: #858585. Windows color (decimal): -13324162 or 8302644. OLE color: 8302644.

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

Color convert

RGB 52 176 126 -
CMYK 0.70 0 0.28 0.31
HSL 155.81º 0.54% 0.45% -
HSV(B) 155.81º 0.7% 0.69% -
XYZ 20.71 33.29 25.07 -
YUV 133.22 123.92 70.07 -
System Red Green Blue C M Y K H S L
Decimal 52 176 126 0.70 0 0.28 0.31 155.81 0.54 0.45
Hex 34 B0 7E 46 0 1C 1F 9C 36 2D
Octal 64 260 176 106 0 34 37 234 66 55
Binary 110100 10110000 1111110 1000110 0 11100 11111 10011100 110110 101101

Color Harmonies of #34B07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B07E

Black with #34B07E

Text Example


Text Example

White with #34B07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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