#36A268

Color #36A268 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #36A268

Tints of Eucalyptus #36A268

Color information

#36A268 (or 0x36A268) is unknown color: approx Eucalyptus. HEX triplet: 36, A2 and 68. RGB value is (54,162,104). Sum of RGB (Red+Green+Blue) = 54+162+104=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #36A268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36A268 is #C95D97. Grayscale: #7B7B7B. Windows color (decimal): -13196696 or 6857270. OLE color: 6857270.

HSL color Cylindrical-coordinate representation of color #36A268: hue angle of 147.78º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36A268 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB54162104-
CMYK0.6700.360.36
HSL147.78º50%42.35%-
HSV(B)147.78º66.67%63.53%-
XYZ16.9427.6217.54-
YUV123.1117.2278.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.88%
GREEN value IS 162 (63.67% from 255) = 50.62%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=16.88%
G=50.62%
B=32.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541621040.6700.360.36147.785042.35
Hex36A268430242494322a
Octal66242150103044442246252
Binary1101101010001011010001000011010010010010010010100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,162,104); }

 H1.HeaderClassName
 {
   color: #36A268;
 }
 .AnyTagClassName
 {
   color: #36A268;
 }
</style>
background-color css

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

 a { background-color: rgb(54,162,104); }

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

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

 span { border-color: rgb(54,162,104); }

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