Html Css Color HEX #36BC86 Jungle Green

📋 copy color: '#36BC86'

red 54 ◦ green 188 ◦ blue 134

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

Shades of Jungle Green #36BC86

Tints of Jungle Green #36BC86

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50%

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

R = 14.36%
G = 50%
B = 35.64%

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

#36BC86 (or 0x36BC86) is known color: Jungle Green. HEX triplet: 36, BC and 86. RGB value is (54,188,134). Sum of RGB (Red+Green+Blue) = 54+188+134=376 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.36% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #36BC86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BC86 is #C94379. Grayscale: #8D8D8D. Windows color (decimal): -13190010 or 8830006. OLE color: 8830006.

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

Color convert

RGB 54 188 134 -
CMYK 0.71 0 0.29 0.26
HSL 155.82º 0.55% 0.47% -
HSV(B) 155.82º 0.71% 0.74% -
XYZ 23.81 38.47 28.73 -
YUV 141.78 123.61 65.39 -
System Red Green Blue C M Y K H S L
Decimal 54 188 134 0.71 0 0.29 0.26 155.82 0.55 0.47
Hex 36 BC 86 47 0 1D 1A 9C 37 2F
Octal 66 274 206 107 0 35 32 234 67 57
Binary 110110 10111100 10000110 1000111 0 11101 11010 10011100 110111 101111

Color Harmonies of #36BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36BC86

Black with #36BC86

Text Example


Text Example

White with #36BC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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