Html Css Color HEX #36BA85 Jungle Green

📋 copy color: '#36BA85'

red 54 ◦ green 186 ◦ blue 133

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

Shades of Jungle Green #36BA85

Tints of Jungle Green #36BA85

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.87%

 BLUE value IS 133 (52.34% from 255) = 35.66%

R = 14.48%
G = 49.87%
B = 35.66%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#36BA85 (or 0x36BA85) is known color: Jungle Green. HEX triplet: 36, BA and 85. RGB value is (54,186,133). Sum of RGB (Red+Green+Blue) = 54+186+133=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #36BA85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BA85 is #C9457A. Grayscale: #8C8C8C. Windows color (decimal): -13190523 or 8763958. OLE color: 8763958.

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

Color convert

RGB 54 186 133 -
CMYK 0.71 0 0.28 0.27
HSL 155.91º 0.55% 0.47% -
HSV(B) 155.91º 0.71% 0.73% -
XYZ 23.31 37.6 28.22 -
YUV 140.49 123.77 66.31 -
System Red Green Blue C M Y K H S L
Decimal 54 186 133 0.71 0 0.28 0.27 155.91 0.55 0.47
Hex 36 BA 85 47 0 1C 1B 9C 37 2F
Octal 66 272 205 107 0 34 33 234 67 57
Binary 110110 10111010 10000101 1000111 0 11100 11011 10011100 110111 101111

Color Harmonies of #36BA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36BA85

Black with #36BA85

Text Example


Text Example

White with #36BA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,186,133); }

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

background-color css

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

 a { background-color: rgb(54,186,133); }

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

border-color css

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

 span { border-color: rgb(54,186,133); }

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