#418C66

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

Shades of Eucalyptus #418C66

Tints of Eucalyptus #418C66

Color information

#418C66 (or 0x418C66) is unknown color: approx Eucalyptus. HEX triplet: 41, 8C and 66. RGB value is (65,140,102). Sum of RGB (Red+Green+Blue) = 65+140+102=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 140 - color contains mainly: green. Hex color #418C66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418C66 is #BE7399. Grayscale: #717171. Windows color (decimal): -12481434 or 6720577. OLE color: 6720577.

HSL color Cylindrical-coordinate representation of color #418C66: hue angle of 149.6º 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 #418C66 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB65140102-
CMYK0.5400.270.45
HSL149.6º36.59%40.2%-
HSV(B)149.6º53.57%54.9%-
XYZ13.9620.8415.86-
YUV113.24121.6593.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.17%
GREEN value IS 140 (55.08% from 255) = 45.60%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=21.17%
G=45.60%
B=33.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651401020.5400.270.45149.636.5940.2
Hex418C663601B2D962528
Octal10121414666033552264550
Binary100000110001100110011011011001101110110110010110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,140,102); }

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

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

 a { background-color: rgb(65,140,102); }

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

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

 span { border-color: rgb(65,140,102); }

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