Html Css Color HEX #36AD8C Jungle Green

📋 copy color: '#36AD8C'

red 54 ◦ green 173 ◦ blue 140

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

Shades of Jungle Green #36AD8C

Tints of Jungle Green #36AD8C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.14%

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

R = 14.71%
G = 47.14%
B = 38.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#36AD8C (or 0x36AD8C) is known color: Jungle Green. HEX triplet: 36, AD and 8C. RGB value is (54,173,140). Sum of RGB (Red+Green+Blue) = 54+173+140=367 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.71% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #36AD8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AD8C is #C95273. Grayscale: #858585. Windows color (decimal): -13193844 or 9219382. OLE color: 9219382.

HSL color Cylindrical-coordinate representation of color #36AD8C: hue angle of 163.36º degrees, saturation: 0.52, 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 #36AD8C is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 173 140 -
CMYK 0.69 0 0.19 0.32
HSL 163.36º 0.52% 0.45% -
HSV(B) 163.36º 0.69% 0.68% -
XYZ 21.2 32.56 29.98 -
YUV 133.66 131.58 71.18 -
System Red Green Blue C M Y K H S L
Decimal 54 173 140 0.69 0 0.19 0.32 163.36 0.52 0.45
Hex 36 AD 8C 45 0 13 20 A3 34 2D
Octal 66 255 214 105 0 23 40 243 64 55
Binary 110110 10101101 10001100 1000101 0 10011 100000 10100011 110100 101101

Color Harmonies of #36AD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36AD8C

Black with #36AD8C

Text Example


Text Example

White with #36AD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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