#429467

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

Shades of Eucalyptus #429467

Tints of Eucalyptus #429467

Color information

#429467 (or 0x429467) is unknown color: approx Eucalyptus. HEX triplet: 42, 94 and 67. RGB value is (66,148,103). Sum of RGB (Red+Green+Blue) = 66+148+103=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #429467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429467 is #BD6B98. Grayscale: #767676. Windows color (decimal): -12413849 or 6788162. OLE color: 6788162.

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

Color convert

RGB66148103-
CMYK0.5500.300.42
HSL147.07º38.32%41.96%-
HSV(B)147.07º55.41%58.04%-
XYZ15.2823.3216.53-
YUV118.35119.3390.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.82%
GREEN value IS 148 (58.20% from 255) = 46.69%
BLUE value IS 103 (40.62% from 255) = 32.49%
R=20.82%
G=46.69%
B=32.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661481030.5500.300.42147.0738.3241.96
Hex4294673701E2A93262a
Octal10222414767036522234652
Binary100001010010100110011111011101111010101010010011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429467; }

 p { color: rgb(66,148,103); }

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

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

 a { background-color: rgb(66,148,103); }

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

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

 span { border-color: rgb(66,148,103); }

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