#26A364

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

Shades of Eucalyptus #26A364

Tints of Eucalyptus #26A364

Color information

#26A364 (or 0x26A364) is unknown color: approx Eucalyptus. HEX triplet: 26, A3 and 64. RGB value is (38,163,100). Sum of RGB (Red+Green+Blue) = 38+163+100=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 163 (64.06% from 255 or 54.15% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 163 - color contains mainly: green. Hex color #26A364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A364 is #D95C9B. Grayscale: #767676. Windows color (decimal): -14245020 or 6595366. OLE color: 6595366.

HSL color Cylindrical-coordinate representation of color #26A364: hue angle of 149.76º 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 #26A364 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB38163100-
CMYK0.7700.390.36
HSL149.76º62.19%39.41%-
HSV(B)149.76º76.69%63.92%-
XYZ16.227.5316.52-
YUV118.44117.5970.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.62%
GREEN value IS 163 (64.06% from 255) = 54.15%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=12.62%
G=54.15%
B=33.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381631000.7700.390.36149.7662.1939.41
Hex26A3644D02724963e27
Octal46243144115047442267647
Binary1001101010001111001001001101010011110010010010110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,163,100); }

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

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

 a { background-color: rgb(38,163,100); }

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

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

 span { border-color: rgb(38,163,100); }

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