#429265

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

Shades of Eucalyptus #429265

Tints of Eucalyptus #429265

Color information

#429265 (or 0x429265) is unknown color: approx Eucalyptus. HEX triplet: 42, 92 and 65. RGB value is (66,146,101). Sum of RGB (Red+Green+Blue) = 66+146+101=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #429265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429265 is #BD6D9A. Grayscale: #757575. Windows color (decimal): -12414363 or 6656578. OLE color: 6656578.

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

Color convert

RGB66146101-
CMYK0.5500.310.43
HSL146.25º37.74%41.57%-
HSV(B)146.25º54.79%57.25%-
XYZ14.8722.6615.9-
YUV116.9511991.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 146 (57.42% from 255) = 46.65%
BLUE value IS 101 (39.84% from 255) = 32.27%
R=21.09%
G=46.65%
B=32.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661461010.5500.310.43146.2537.7441.57
Hex4292653701F2B92262a
Octal10222214567037532224652
Binary100001010010010110010111011101111110101110010010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429265; }

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

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

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

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

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

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

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

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