Html Css Color HEX #36A160 Eucalyptus

📋 copy color: '#36A160'

red 54 ◦ green 161 ◦ blue 96

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

Shades of Eucalyptus #36A160

Tints of Eucalyptus #36A160

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.77%

 BLUE value IS 96 (37.89% from 255) = 30.87%

R = 17.36%
G = 51.77%
B = 30.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#36A160 (or 0x36A160) is known color: Eucalyptus. HEX triplet: 36, A1 and 60. RGB value is (54,161,96). Sum of RGB (Red+Green+Blue) = 54+161+96=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #36A160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36A160 is #C95E9F. Grayscale: #797979. Windows color (decimal): -13196960 or 6332726. OLE color: 6332726.

HSL color Cylindrical-coordinate representation of color #36A160: hue angle of 143.55º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36A160 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 54 161 96 -
CMYK 0.66 0 0.40 0.37
HSL 143.55º 0.5% 0.42% -
HSV(B) 143.55º 0.66% 0.63% -
XYZ 16.38 27.12 15.44 -
YUV 121.6 113.55 79.79 -
System Red Green Blue C M Y K H S L
Decimal 54 161 96 0.66 0 0.40 0.37 143.55 0.5 0.42
Hex 36 A1 60 42 0 28 25 90 32 2A
Octal 66 241 140 102 0 50 45 220 62 52
Binary 110110 10100001 1100000 1000010 0 101000 100101 10010000 110010 101010

Color Harmonies of #36A160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A160

Black with #36A160

Text Example


Text Example

White with #36A160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,161,96); }

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

background-color css

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

 a { background-color: rgb(54,161,96); }

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

border-color css

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

 span { border-color: rgb(54,161,96); }

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