#26995A

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

Shades of Eucalyptus #26995A

Tints of Eucalyptus #26995A

Color information

#26995A (or 0x26995A) is unknown color: approx Eucalyptus. HEX triplet: 26, 99 and 5A. RGB value is (38,153,90). Sum of RGB (Red+Green+Blue) = 38+153+90=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #26995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26995A is #D966A5. Grayscale: #6F6F6F. Windows color (decimal): -14247590 or 5937446. OLE color: 5937446.

HSL color Cylindrical-coordinate representation of color #26995A: hue angle of 147.13º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26995A is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB3815390-
CMYK0.7500.410.4
HSL147.13º60.21%37.45%-
HSV(B)147.13º75.16%60%-
XYZ14.0423.9313.55-
YUV111.43115.975.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.52%
GREEN value IS 153 (60.16% from 255) = 54.45%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=13.52%
G=54.45%
B=32.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38153900.7500.410.4147.1360.2137.45
Hex26995A4B02928933c25
Octal46231132113051502237445
Binary1001101001100110110101001011010100110100010010011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26995A; }

 p { color: rgb(38,153,90); }

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

<style>
 a { background-color: #26995A; }

 a { background-color: rgb(38,153,90); }

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

<style>
 span { border-color: #26995A; }

 span { border-color: rgb(38,153,90); }

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