#429365

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

Shades of Eucalyptus #429365

Tints of Eucalyptus #429365

Color information

#429365 (or 0x429365) is unknown color: approx Eucalyptus. HEX triplet: 42, 93 and 65. RGB value is (66,147,101). Sum of RGB (Red+Green+Blue) = 66+147+101=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #429365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429365 is #BD6C9A. Grayscale: #757575. Windows color (decimal): -12414107 or 6656834. OLE color: 6656834.

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

Color convert

RGB66147101-
CMYK0.5500.310.42
HSL145.93º38.03%41.76%-
HSV(B)145.93º55.1%57.65%-
XYZ15.0322.9715.95-
YUV117.54118.6691.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 147 (57.81% from 255) = 46.82%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=21.02%
G=46.82%
B=32.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661471010.5500.310.42145.9338.0341.76
Hex4293653701F2A92262a
Octal10222314567037522224652
Binary100001010010011110010111011101111110101010010010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429365; }

 p { color: rgb(66,147,101); }

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

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

 a { background-color: rgb(66,147,101); }

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

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

 span { border-color: rgb(66,147,101); }

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