#428D5F

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

Shades of Eucalyptus #428D5F

Tints of Eucalyptus #428D5F

Color information

#428D5F (or 0x428D5F) is unknown color: approx Eucalyptus. HEX triplet: 42, 8D and 5F. RGB value is (66,141,95). Sum of RGB (Red+Green+Blue) = 66+141+95=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #428D5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D5F is #BD72A0. Grayscale: #717171. Windows color (decimal): -12415649 or 6262082. OLE color: 6262082.

HSL color Cylindrical-coordinate representation of color #428D5F: hue angle of 143.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428D5F is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB6614195-
CMYK0.5300.330.45
HSL143.2º36.23%40.59%-
HSV(B)143.2º53.19%55.29%-
XYZ13.8421.0314.16-
YUV113.33117.6594.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.85%
GREEN value IS 141 (55.47% from 255) = 46.69%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=21.85%
G=46.69%
B=31.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66141950.5300.330.45143.236.2340.59
Hex428D5F350212D8f2429
Octal10221513765041552174451
Binary1000010100011011011111110101010000110110110001111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428D5F; }

 p { color: rgb(66,141,95); }

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

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

 a { background-color: rgb(66,141,95); }

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

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

 span { border-color: rgb(66,141,95); }

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