Html Css Color HEX #36AE8C Jungle Green

📋 copy color: '#36AE8C'

red 54 ◦ green 174 ◦ blue 140

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

Shades of Jungle Green #36AE8C

Tints of Jungle Green #36AE8C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.28%

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 14.67%
G = 47.28%
B = 38.04%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#36AE8C (or 0x36AE8C) is known color: Jungle Green. HEX triplet: 36, AE and 8C. RGB value is (54,174,140). Sum of RGB (Red+Green+Blue) = 54+174+140=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 174 - color contains mainly: green. Hex color #36AE8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AE8C is #C95173. Grayscale: #868686. Windows color (decimal): -13193588 or 9219638. OLE color: 9219638.

HSL color Cylindrical-coordinate representation of color #36AE8C: hue angle of 163º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36AE8C is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 174 140 -
CMYK 0.69 0 0.20 0.32
HSL 163º 0.53% 0.45% -
HSV(B) 163º 0.69% 0.68% -
XYZ 21.39 32.95 30.04 -
YUV 134.24 131.24 70.76 -
System Red Green Blue C M Y K H S L
Decimal 54 174 140 0.69 0 0.20 0.32 163 0.53 0.45
Hex 36 AE 8C 45 0 14 20 A3 35 2D
Octal 66 256 214 105 0 24 40 243 65 55
Binary 110110 10101110 10001100 1000101 0 10100 100000 10100011 110101 101101

Color Harmonies of #36AE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36AE8C

Black with #36AE8C

Text Example


Text Example

White with #36AE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,174,140); }

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

background-color css

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

 a { background-color: rgb(54,174,140); }

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

border-color css

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

 span { border-color: rgb(54,174,140); }

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