#26A265

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

Shades of Eucalyptus #26A265

Tints of Eucalyptus #26A265

Color information

#26A265 (or 0x26A265) is unknown color: approx Eucalyptus. HEX triplet: 26, A2 and 65. RGB value is (38,162,101). Sum of RGB (Red+Green+Blue) = 38+162+101=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 162 (63.67% from 255 or 53.82% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 162 - color contains mainly: green. Hex color #26A265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A265 is #D95D9A. Grayscale: #767676. Windows color (decimal): -14245275 or 6660646. OLE color: 6660646.

HSL color Cylindrical-coordinate representation of color #26A265: hue angle of 150.48º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A265 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB38162101-
CMYK0.7700.380.36
HSL150.48º62%39.22%-
HSV(B)150.48º76.54%63.53%-
XYZ16.0727.1916.71-
YUV117.97118.4270.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.62%
GREEN value IS 162 (63.67% from 255) = 53.82%
BLUE value IS 101 (39.84% from 255) = 33.55%
R=12.62%
G=53.82%
B=33.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381621010.7700.380.36150.486239.22
Hex26A2654D02624963e27
Octal46242145115046442267647
Binary1001101010001011001011001101010011010010010010110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26A265; }

 p { color: rgb(38,162,101); }

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

<style>
 a { background-color: #26A265; }

 a { background-color: rgb(38,162,101); }

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

<style>
 span { border-color: #26A265; }

 span { border-color: rgb(38,162,101); }

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