#409069

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

Shades of Eucalyptus #409069

Tints of Eucalyptus #409069

Color information

#409069 (or 0x409069) is unknown color: approx Eucalyptus. HEX triplet: 40, 90 and 69. RGB value is (64,144,105). Sum of RGB (Red+Green+Blue) = 64+144+105=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #409069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409069 is #BF6F96. Grayscale: #737373. Windows color (decimal): -12545943 or 6918208. OLE color: 6918208.

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

Color convert

RGB64144105-
CMYK0.5600.270.44
HSL150.75º38.46%40.78%-
HSV(B)150.75º55.56%56.47%-
XYZ14.6422.0616.85-
YUV115.6312291.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 105 (41.41% from 255) = 33.55%
R=20.45%
G=46.01%
B=33.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641441050.5600.270.44150.7538.4640.78
Hex4090693801B2C972629
Octal10022015170033542274651
Binary100000010010000110100111100001101110110010010111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409069; }

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

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

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

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

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

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

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

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