#418D65

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

Shades of Eucalyptus #418D65

Tints of Eucalyptus #418D65

Color information

#418D65 (or 0x418D65) is unknown color: approx Eucalyptus. HEX triplet: 41, 8D and 65. RGB value is (65,141,101). Sum of RGB (Red+Green+Blue) = 65+141+101=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #418D65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D65 is #BE729A. Grayscale: #717171. Windows color (decimal): -12481179 or 6655297. OLE color: 6655297.

HSL color Cylindrical-coordinate representation of color #418D65: hue angle of 148.42º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418D65 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB65141101-
CMYK0.5400.280.45
HSL148.42º36.89%40.39%-
HSV(B)148.42º53.9%55.29%-
XYZ14.0521.1115.65-
YUV113.72120.8293.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.17%
GREEN value IS 141 (55.47% from 255) = 45.93%
BLUE value IS 101 (39.84% from 255) = 32.90%
R=21.17%
G=45.93%
B=32.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651411010.5400.280.45148.4236.8940.39
Hex418D653601C2D942528
Octal10121514566034552244550
Binary100000110001101110010111011001110010110110010100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418D65; }

 p { color: rgb(65,141,101); }

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

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

 a { background-color: rgb(65,141,101); }

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

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

 span { border-color: rgb(65,141,101); }

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