Html Css Color HEX #34B37F Jungle Green

📋 copy color: '#34B37F'

red 52 ◦ green 179 ◦ blue 127

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

Shades of Jungle Green #34B37F

Tints of Jungle Green #34B37F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50%

 BLUE value IS 127 (50% from 255) = 35.47%

R = 14.53%
G = 50%
B = 35.47%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#34B37F (or 0x34B37F) is known color: Jungle Green. HEX triplet: 34, B3 and 7F. RGB value is (52,179,127). Sum of RGB (Red+Green+Blue) = 52+179+127=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #34B37F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B37F is #CB4C80. Grayscale: #878787. Windows color (decimal): -13323393 or 8368948. OLE color: 8368948.

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

Color convert

RGB 52 179 127 -
CMYK 0.71 0 0.29 0.30
HSL 155.43º 0.55% 0.45% -
HSV(B) 155.43º 0.71% 0.7% -
XYZ 21.37 34.5 25.61 -
YUV 135.1 123.42 68.73 -
System Red Green Blue C M Y K H S L
Decimal 52 179 127 0.71 0 0.29 0.30 155.43 0.55 0.45
Hex 34 B3 7F 47 0 1D 1E 9B 37 2D
Octal 64 263 177 107 0 35 36 233 67 55
Binary 110100 10110011 1111111 1000111 0 11101 11110 10011011 110111 101101

Color Harmonies of #34B37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B37F

Black with #34B37F

Text Example


Text Example

White with #34B37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,179,127); }

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

background-color css

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

 a { background-color: rgb(52,179,127); }

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

border-color css

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

 span { border-color: rgb(52,179,127); }

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