#409063

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

Shades of Eucalyptus #409063

Tints of Eucalyptus #409063

Color information

#409063 (or 0x409063) is unknown color: approx Eucalyptus. HEX triplet: 40, 90 and 63. RGB value is (64,144,99). Sum of RGB (Red+Green+Blue) = 64+144+99=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #409063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409063 is #BF6F9C. Grayscale: #737373. Windows color (decimal): -12545949 or 6524992. OLE color: 6524992.

HSL color Cylindrical-coordinate representation of color #409063: hue angle of 146.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409063 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB6414499-
CMYK0.5600.310.44
HSL146.25º38.46%40.78%-
HSV(B)146.25º55.56%56.47%-
XYZ14.3421.9415.28-
YUV114.9511991.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.85%
GREEN value IS 144 (56.64% from 255) = 46.91%
BLUE value IS 99 (39.06% from 255) = 32.25%
R=20.85%
G=46.91%
B=32.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64144990.5600.310.44146.2538.4640.78
Hex4090633801F2C922629
Octal10022014370037542224651
Binary100000010010000110001111100001111110110010010010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409063; }

 p { color: rgb(64,144,99); }

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

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

 a { background-color: rgb(64,144,99); }

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

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

 span { border-color: rgb(64,144,99); }

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