Html Css Color HEX #36BD86 Jungle Green

📋 copy color: '#36BD86'

red 54 ◦ green 189 ◦ blue 134

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

Shades of Jungle Green #36BD86

Tints of Jungle Green #36BD86

RGB

 RED value IS 54 (21.48% from 255) = 14.32%

 GREEN value IS 189 (74.22% from 255) = 50.13%

 BLUE value IS 134 (52.73% from 255) = 35.54%

R = 14.32%
G = 50.13%
B = 35.54%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#36BD86 (or 0x36BD86) is known color: Jungle Green. HEX triplet: 36, BD and 86. RGB value is (54,189,134). Sum of RGB (Red+Green+Blue) = 54+189+134=377 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.32% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #36BD86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BD86 is #C94279. Grayscale: #8E8E8E. Windows color (decimal): -13189754 or 8830262. OLE color: 8830262.

HSL color Cylindrical-coordinate representation of color #36BD86: hue angle of 155.56º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BD86 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 189 134 -
CMYK 0.71 0 0.29 0.26
HSL 155.56º 0.56% 0.48% -
HSV(B) 155.56º 0.71% 0.74% -
XYZ 24.02 38.9 28.8 -
YUV 142.37 123.27 64.97 -
System Red Green Blue C M Y K H S L
Decimal 54 189 134 0.71 0 0.29 0.26 155.56 0.56 0.48
Hex 36 BD 86 47 0 1D 1A 9C 38 30
Octal 66 275 206 107 0 35 32 234 70 60
Binary 110110 10111101 10000110 1000111 0 11101 11010 10011100 111000 110000

Color Harmonies of #36BD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36BD86

Black with #36BD86

Text Example


Text Example

White with #36BD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36BD86; }

 p { color: rgb(54,189,134); }

 H1.HeaderClassName
 {
   color: #36BD86;
 }
 .AnyTagClassName
 {
   color: #36BD86;
 }
</style>

background-color css

<style>
 a { background-color: #36BD86; }

 a { background-color: rgb(54,189,134); }

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

border-color css

<style>
 span { border-color: #36BD86; }

 span { border-color: rgb(54,189,134); }

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