#409265

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

Shades of Eucalyptus #409265

Tints of Eucalyptus #409265

Color information

#409265 (or 0x409265) is unknown color: approx Eucalyptus. HEX triplet: 40, 92 and 65. RGB value is (64,146,101). Sum of RGB (Red+Green+Blue) = 64+146+101=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #409265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409265 is #BF6D9A. Grayscale: #747474. Windows color (decimal): -12545435 or 6656576. OLE color: 6656576.

HSL color Cylindrical-coordinate representation of color #409265: hue angle of 147.07º 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 #409265 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB64146101-
CMYK0.5600.310.43
HSL147.07º39.05%41.18%-
HSV(B)147.07º56.16%57.25%-
XYZ14.7422.5915.89-
YUV116.35119.3390.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.58%
GREEN value IS 146 (57.42% from 255) = 46.95%
BLUE value IS 101 (39.84% from 255) = 32.48%
R=20.58%
G=46.95%
B=32.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641461010.5600.310.43147.0739.0541.18
Hex4092653801F2B932729
Octal10022214570037532234751
Binary100000010010010110010111100001111110101110010011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409265; }

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

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

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

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

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

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

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

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