#26a564

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

Shades of Eucalyptus #26A564

Tints of Eucalyptus #26A564

Color information

#26A564 (or 0x26A564) is unknown color: approx Eucalyptus. HEX triplet: 26, A5 and 64. RGB value is (38,165,100). Sum of RGB (Red+Green+Blue) = 38+165+100=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 165 (64.84% from 255 or 54.46% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 165 - color contains mainly: green. Hex color #26A564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A564 is #D95A9B. Grayscale: #777777. Windows color (decimal): -14244508 or 6595878. OLE color: 6595878.

HSL color Cylindrical-coordinate representation of color #26A564: hue angle of 149.29º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A564 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB38165100-
CMYK0.7700.390.35
HSL149.29º62.56%39.8%-
HSV(B)149.29º76.97%64.71%-
XYZ16.5528.2416.64-
YUV119.62116.9269.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.54%
GREEN value IS 165 (64.84% from 255) = 54.46%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=12.54%
G=54.46%
B=33.00%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal381651000.7700.390.35149.2962.5639.8
Hex26A5644D02723953f28
Octal46245144115047432257750
Binary1001101010010111001001001101010011110001110010101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26a564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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