#26a552

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

Shades of Eucalyptus #26A552

Tints of Eucalyptus #26A552

Color information

#26A552 (or 0x26A552) is unknown color: approx Eucalyptus. HEX triplet: 26, A5 and 52. RGB value is (38,165,82). Sum of RGB (Red+Green+Blue) = 38+165+82=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 165 (64.84% from 255 or 57.89% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 165 - color contains mainly: green. Hex color #26A552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A552 is #D95AAD. Grayscale: #757575. Windows color (decimal): -14244526 or 5416230. OLE color: 5416230.

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

Color convert

RGB3816582-
CMYK0.7700.500.35
HSL140.79º62.56%39.8%-
HSV(B)140.79º76.97%64.71%-
XYZ15.7827.9312.54-
YUV117.56107.9271.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.33%
GREEN value IS 165 (64.84% from 255) = 57.89%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=13.33%
G=57.89%
B=28.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal38165820.7700.500.35140.7962.5639.8
Hex26A5524D032238d3f28
Octal46245122115062432157750
Binary1001101010010110100101001101011001010001110001101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26a552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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