#26A461

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

Shades of Eucalyptus #26A461

Tints of Eucalyptus #26A461

Color information

#26A461 (or 0x26A461) is unknown color: approx Eucalyptus. HEX triplet: 26, A4 and 61. RGB value is (38,164,97). Sum of RGB (Red+Green+Blue) = 38+164+97=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 164 (64.45% from 255 or 54.85% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 164 - color contains mainly: green. Hex color #26A461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A461 is #D95B9E. Grayscale: #767676. Windows color (decimal): -14244767 or 6399014. OLE color: 6399014.

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

Color convert

RGB3816497-
CMYK0.7700.410.36
HSL148.1º62.38%39.61%-
HSV(B)148.1º76.83%64.31%-
XYZ16.2327.8315.82-
YUV118.69115.7670.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.71%
GREEN value IS 164 (64.45% from 255) = 54.85%
BLUE value IS 97 (38.28% from 255) = 32.44%
R=12.71%
G=54.85%
B=32.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal38164970.7700.410.36148.162.3839.61
Hex26A4614D02924943e28
Octal46244141115051442247650
Binary1001101010010011000011001101010100110010010010100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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