#409266

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

Shades of Eucalyptus #409266

Tints of Eucalyptus #409266

Color information

#409266 (or 0x409266) is unknown color: approx Eucalyptus. HEX triplet: 40, 92 and 66. RGB value is (64,146,102). Sum of RGB (Red+Green+Blue) = 64+146+102=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #409266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409266 is #BF6D99. Grayscale: #747474. Windows color (decimal): -12545434 or 6722112. OLE color: 6722112.

HSL color Cylindrical-coordinate representation of color #409266: hue angle of 147.8º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409266 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB64146102-
CMYK0.5600.300.43
HSL147.8º39.05%41.18%-
HSV(B)147.8º56.16%57.25%-
XYZ14.7922.6116.15-
YUV116.47119.8390.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.51%
GREEN value IS 146 (57.42% from 255) = 46.79%
BLUE value IS 102 (40.23% from 255) = 32.69%
R=20.51%
G=46.79%
B=32.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641461020.5600.300.43147.839.0541.18
Hex4092663801E2B942729
Octal10022214670036532244751
Binary100000010010010110011011100001111010101110010100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409266; }

 p { color: rgb(64,146,102); }

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

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

 a { background-color: rgb(64,146,102); }

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

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

 span { border-color: rgb(64,146,102); }

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