#26A46A

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

Shades of Eucalyptus #26A46A

Tints of Eucalyptus #26A46A

Color information

#26A46A (or 0x26A46A) is unknown color: approx Eucalyptus. HEX triplet: 26, A4 and 6A. RGB value is (38,164,106). Sum of RGB (Red+Green+Blue) = 38+164+106=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 164 (64.45% from 255 or 53.25% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 164 - color contains mainly: green. Hex color #26A46A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A46A is #D95B95. Grayscale: #777777. Windows color (decimal): -14244758 or 6988838. OLE color: 6988838.

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

Color convert

RGB38164106-
CMYK0.7700.350.36
HSL152.38º62.38%39.61%-
HSV(B)152.38º76.83%64.31%-
XYZ16.682818.16-
YUV119.71120.2669.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.34%
GREEN value IS 164 (64.45% from 255) = 53.25%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=12.34%
G=53.25%
B=34.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381641060.7700.350.36152.3862.3839.61
Hex26A46A4D02324983e28
Octal46244152115043442307650
Binary1001101010010011010101001101010001110010010011000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,164,106); }

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

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

 a { background-color: rgb(38,164,106); }

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

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

 span { border-color: rgb(38,164,106); }

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